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:
parent
698d2e873e
commit
844d3b512d
@ -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…
Reference in New Issue
Block a user