summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2018-07-24 10:56:30 -0700
committerJeremy Allison <jra@samba.org>2018-07-25 03:24:39 +0200
commit7f1de9ff09b819a07dbee4945499b1f00217970b (patch)
tree2661e767cd5a93e7d25bdf172b4ca05c34802773 /source3/wscript
parent1e78cb57f663fa3592655d9b8dfa25ae9a81ff7d (diff)
downloadsamba-7f1de9ff09b819a07dbee4945499b1f00217970b.tar.gz
s3: smbd: SGI IRIX is officially dead. Remove the kernel oplock code for IRIX.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript b/source3/wscript
index 8409e776dcc..70d81add44f 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -167,11 +167,6 @@ main() {
}''', 'HAVE_KERNEL_OPLOCKS_LINUX', addmain=False, execute=True,
msg="Checking for Linux kernel oplocks")
- # Check for IRIX kernel oplock types
- conf.CHECK_CODE('oplock_stat_t t; t.os_state = OP_REVOKE; t.os_dev = 1; t.os_ino = 1;',
- 'HAVE_KERNEL_OPLOCKS_IRIX', headers='fcntl.h',
- msg="Checking for IRIX kernel oplock types")
-
# Check for kernel share modes
conf.CHECK_CODE('''
#include <sys/types.h>