mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
the Linux F_GETLEASE value has changed
This commit is contained in:
parent
e13089b040
commit
2a3c994a96
@ -709,7 +709,7 @@ AC_TRY_RUN([
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef F_GETLEASE
|
||||
#define F_GETLEASE 13
|
||||
#define F_GETLEASE 1025
|
||||
#endif
|
||||
main() {
|
||||
int fd = open("/dev/null", O_RDONLY);
|
||||
|
Loading…
x
Reference in New Issue
Block a user