From c18cbcfe66880f17408ad252e77947669e12975a Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 9 Jul 2009 14:59:41 -0700 Subject: [PATCH] Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl. --- include/sys/file.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sys/file.h b/include/sys/file.h index 63d662237d..f5ee2f0dff 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 */