diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-08-31 02:15:13 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-08-31 02:15:13 +0000 |
commit | 2627b51c81acc5aa0a9904265839d591e21c95db (patch) | |
tree | dcd3f713428fc87cdc53ffc7b9165718a5e16ede | |
parent | c0b2e95ea25090d679388c5b9a4176adbd7cb480 (diff) | |
download | FreeBSD-src-2627b51c81acc5aa0a9904265839d591e21c95db.zip FreeBSD-src-2627b51c81acc5aa0a9904265839d591e21c95db.tar.gz |
Note that ASU is now deprecated.
Submitted by: tmm
Obtained from: TrustedBSD Project
-rw-r--r-- | sys/sys/acct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/acct.h b/sys/sys/acct.h index fae78c8..9896295 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -69,6 +69,7 @@ struct acct { __dev_t ac_tty; /* controlling tty */ #define AFORK 0x01 /* forked but not exec'ed */ +/* ASU is no longer supported */ #define ASU 0x02 /* used super-user permissions */ #define ACOMPAT 0x04 /* used compatibility mode */ #define ACORE 0x08 /* dumped core */ |