From: Brian Behlendorf Date: Wed, 12 Jan 2011 19:27:07 +0000 (-0800) Subject: Add FIGNORECASE define X-Git-Tag: zfs-0.8.0-rc1~152^2~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f46a517f17affc89591f0130870bca48a5b093e;p=zfs Add FIGNORECASE define The FIGNORECASE case define is now needed, place it with the related flags. --- 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 */