]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/file.h
Add FIGNORECASE define
[mirror_spl.git] / 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 */