]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Add FIGNORECASE define
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Jan 2011 19:27:07 +0000 (11:27 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 Jan 2011 00:06:09 +0000 (16:06 -0800)
The FIGNORECASE case define is now needed, place it with the
related flags.

include/sys/file.h

index 4fee255fd370919ebaa5af98535d6e456d3ed545..fbeb8e258ceba7bbedb03202a7f9283ab4b9fc4b 100644 (file)
@@ -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 */