diff options
author | gww <none@none> | 2007-12-27 11:07:48 -0800 |
---|---|---|
committer | gww <none@none> | 2007-12-27 11:07:48 -0800 |
commit | d3e55dcdc881b833a707e39ae1e12d8d5d35ad2d (patch) | |
tree | d4a263b9b1d5f69787f7b9713c35b09dd2d66751 /usr/src/uts/common/sys/proc.h | |
parent | bbd6719318c24a8a2364080d8a139444e9944311 (diff) | |
download | illumos-joyent-d3e55dcdc881b833a707e39ae1e12d8d5d35ad2d.tar.gz |
1162981 Remove C2_AUDIT #defines from the kernel and build files
Diffstat (limited to 'usr/src/uts/common/sys/proc.h')
-rw-r--r-- | usr/src/uts/common/sys/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/proc.h b/usr/src/uts/common/sys/proc.h index e99995fecf..5a9b1caf50 100644 --- a/usr/src/uts/common/sys/proc.h +++ b/usr/src/uts/common/sys/proc.h @@ -279,7 +279,7 @@ typedef struct proc { uchar_t p_tnf_flags; /* - * C2 Security (C2_AUDIT) + * Solaris Audit */ struct p_audit_data *p_audit_data; /* per process audit structure */ |