1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

the Linux F_GETLEASE value has changed

(This used to be commit 2a3c994a96)
This commit is contained in:
Andrew Tridgell 2000-06-09 06:55:25 +00:00
parent 698d2e873e
commit 844d3b512d

View 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);