the Linux F_GETLEASE value has changed
authorAndrew Tridgell <tridge@samba.org>
Fri, 9 Jun 2000 06:55:25 +0000 (06:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 9 Jun 2000 06:55:25 +0000 (06:55 +0000)
(This used to be commit 2a3c994a96dc96f379c4cffbcc3ca314c3d6d292)

source3/configure.in

index 2738255b13c3eb4cde8071335aaf2c77a84fbeea..741010f3b9e49948db90140946937dbcf920df2a 100644 (file)
@@ -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);