diff options
author | Brian Behlendorf <[email protected]> | 2009-07-09 14:59:41 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-07-09 14:59:41 -0700 |
commit | c18cbcfe66880f17408ad252e77947669e12975a (patch) | |
tree | d0e19c455c3b0dc4f7842e15ce44a92bdb6b0439 /include/sys/file.h | |
parent | 3a68dc5374dd864726ae23389f03c5ca69af7c95 (diff) |
Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.
Diffstat (limited to 'include/sys/file.h')
-rw-r--r-- | include/sys/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/file.h b/include/sys/file.h index 63d662237..f5ee2f0df 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 */ |