From: Brian Behlendorf Date: Thu, 9 Jul 2009 21:59:41 +0000 (-0700) Subject: Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl. X-Git-Tag: spl-0.4.5~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c18cbcfe66880f17408ad252e77947669e12975a;p=spl Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl. --- diff --git a/include/sys/file.h b/include/sys/file.h index 63d6622..f5ee2f0 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -1,4 +1,6 @@ #ifndef _SPL_FILE_H #define _SPL_FILE_H +#define FKIOCTL 0x80000000 + #endif /* SPL_FILE_H */