Add FIGNORECASE define

The FIGNORECASE case define is now needed, place it with the
related flags.
This commit is contained in:
Brian Behlendorf 2011-01-12 11:27:07 -08:00
parent 3e5d3d3285
commit 5f46a517f1

View File

@ -25,6 +25,7 @@
#ifndef _SPL_FILE_H #ifndef _SPL_FILE_H
#define _SPL_FILE_H #define _SPL_FILE_H
#define FIGNORECASE 0x00080000
#define FKIOCTL 0x80000000 #define FKIOCTL 0x80000000
#endif /* SPL_FILE_H */ #endif /* SPL_FILE_H */