s3: smbd: SGI IRIX is officially dead. Remove the kernel oplock code for IRIX.
[kai/samba-autobuild/.git] / source3 / wscript
index 8409e776dcccf20bd1f0c5975590c03f143b149f..70d81add44fe259ee9e5a5fbc147b468d9e16284 100644 (file)
@@ -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>