]> granicus.if.org Git - zfs/commitdiff
Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Jul 2009 21:59:41 +0000 (14:59 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Jul 2009 21:59:41 +0000 (14:59 -0700)
include/sys/file.h

index 63d662237dcb98c43e6470228ec6841bd16e59a4..f5ee2f0dffc69178f0fe5f1d15ae10f730b8d7f9 100644 (file)
@@ -1,4 +1,6 @@
 #ifndef _SPL_FILE_H
 #define _SPL_FILE_H
 
+#define FKIOCTL                0x80000000
+
 #endif /* SPL_FILE_H */