From d3e55dcdc881b833a707e39ae1e12d8d5d35ad2d Mon Sep 17 00:00:00 2001 From: gww Date: Thu, 27 Dec 2007 11:07:48 -0800 Subject: 1162981 Remove C2_AUDIT #defines from the kernel and build files --- usr/src/uts/common/sys/file.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/src/uts/common/sys/file.h') 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 -- cgit v1.2.3