diff options
author | Brian Behlendorf <[email protected]> | 2011-01-12 11:27:07 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-01-27 16:06:09 -0800 |
commit | 5f46a517f17affc89591f0130870bca48a5b093e (patch) | |
tree | 1ded4e365a60e544e57bd3c85ffc211f3e58e87f /include | |
parent | 3e5d3d32858683d3410a63c712412167c345853b (diff) |
Add FIGNORECASE define
The FIGNORECASE case define is now needed, place it with the
related flags.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/file.h b/include/sys/file.h index 4fee255fd..fbeb8e258 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -25,6 +25,7 @@ #ifndef _SPL_FILE_H #define _SPL_FILE_H -#define FKIOCTL 0x80000000 +#define FIGNORECASE 0x00080000 +#define FKIOCTL 0x80000000 #endif /* SPL_FILE_H */ |