diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-09 06:55:25 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-09 06:55:25 +0000 |
commit | 844d3b512de819643624d6d010753b7ca39324de (patch) | |
tree | 797a912f7e3d31e7f3921526a04214e3026481f6 | |
parent | 698d2e873e5520b9c2c2d4d16e17011a3164f565 (diff) | |
download | samba-844d3b512de819643624d6d010753b7ca39324de.tar.gz samba-844d3b512de819643624d6d010753b7ca39324de.tar.bz2 samba-844d3b512de819643624d6d010753b7ca39324de.zip |
the Linux F_GETLEASE value has changed
(This used to be commit 2a3c994a96dc96f379c4cffbcc3ca314c3d6d292)
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 2738255b13..741010f3b9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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); |