summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-12-29 11:03:44 +0000
committerrwatson <rwatson@FreeBSD.org>2006-12-29 11:03:44 +0000
commitb35ac7f09bf2729ad7fcd9aefce2dc5a41f05227 (patch)
treec57b61816f05c3633fef82205f0e2873351584a1 /sys/security
parentaccf7ddf5a63498ebd3e20ebe7cae31e68c72a35 (diff)
downloadFreeBSD-src-b35ac7f09bf2729ad7fcd9aefce2dc5a41f05227.zip
FreeBSD-src-b35ac7f09bf2729ad7fcd9aefce2dc5a41f05227.tar.gz
Remove two XXX comments that no longer apply.
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_syscalls.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c
index 1059a50..6c12f16 100644
--- a/sys/security/audit/audit_syscalls.c
+++ b/sys/security/audit/audit_syscalls.c
@@ -193,9 +193,6 @@ auditon(struct thread *td, struct auditon_args *uap)
}
/*
- * XXX Need to implement these commands by accessing the global
- * values associated with the commands.
- *
* XXXAUDIT: Locking?
*/
switch (uap->cmd) {
@@ -549,8 +546,6 @@ setaudit_addr(struct thread *td, struct setaudit_addr_args *uap)
/*
* MPSAFE
* Syscall to manage audit files.
- *
- * XXX: Should generate an audit event.
*/
/* ARGSUSED */
int
OpenPOWER on IntegriCloud