summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-09 06:55:25 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-09 06:55:25 +0000
commit844d3b512de819643624d6d010753b7ca39324de (patch)
tree797a912f7e3d31e7f3921526a04214e3026481f6 /source3/configure.in
parent698d2e873e5520b9c2c2d4d16e17011a3164f565 (diff)
downloadsamba-844d3b512de819643624d6d010753b7ca39324de.tar.gz
samba-844d3b512de819643624d6d010753b7ca39324de.tar.bz2
samba-844d3b512de819643624d6d010753b7ca39324de.zip
the Linux F_GETLEASE value has changed
(This used to be commit 2a3c994a96dc96f379c4cffbcc3ca314c3d6d292)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
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);