summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/file.h
diff options
context:
space:
mode:
authorgww <none@none>2007-12-27 11:07:48 -0800
committergww <none@none>2007-12-27 11:07:48 -0800
commitd3e55dcdc881b833a707e39ae1e12d8d5d35ad2d (patch)
treed4a263b9b1d5f69787f7b9713c35b09dd2d66751 /usr/src/uts/common/sys/file.h
parentbbd6719318c24a8a2364080d8a139444e9944311 (diff)
downloadillumos-joyent-d3e55dcdc881b833a707e39ae1e12d8d5d35ad2d.tar.gz
1162981 Remove C2_AUDIT #defines from the kernel and build files
Diffstat (limited to 'usr/src/uts/common/sys/file.h')
-rw-r--r--usr/src/uts/common/sys/file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/file.h b/usr/src/uts/common/sys/file.h
index 01af00ddb2..494840aff8 100644
--- a/usr/src/uts/common/sys/file.h
+++ b/usr/src/uts/common/sys/file.h
@@ -85,9 +85,7 @@ typedef struct fpollinfo {
#define FNDELAY 0x04
#define FAPPEND 0x08
#define FSYNC 0x10 /* file (data+inode) integrity while writing */
-#ifdef C2_AUDIT
-#define FREVOKED 0x20 /* C2 Security - Revoke Subsystem */
-#endif
+#define FREVOKED 0x20 /* Object reuse Revoked file */
#define FDSYNC 0x40 /* file data only integrity while writing */
#define FNONBLOCK 0x80