summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm_klib.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-31 09:54:35 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-31 09:54:35 +0000
commitb8596e4794a3aeb4fb1425b04700669f545743de (patch)
treebc8ff7eafd3118c4597e5580331169bbd2e1edcc /sys/security/audit/audit_bsm_klib.c
parente92a1d88d1012f9d957b2cae9c71f0d4441994c9 (diff)
downloadFreeBSD-src-b8596e4794a3aeb4fb1425b04700669f545743de.zip
FreeBSD-src-b8596e4794a3aeb4fb1425b04700669f545743de.tar.gz
Further synchronization of copyrights, licenses, white space, etc from
Apple and from the OpenBSM vendor tree. Obtained from: Apple Inc., TrustedBSD Project MFC after: 3 days
Diffstat (limited to 'sys/security/audit/audit_bsm_klib.c')
-rw-r--r--sys/security/audit/audit_bsm_klib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c
index c778f45..ba8325d 100644
--- a/sys/security/audit/audit_bsm_klib.c
+++ b/sys/security/audit/audit_bsm_klib.c
@@ -230,7 +230,7 @@ audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
case KERN_IOV_MAX:
case KERN_MAXID:
return ((valid_arg & ARG_VALUE) ?
- AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
+ AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
default:
return (AUE_SYSCTL);
@@ -397,7 +397,7 @@ audit_semctl_to_event(int cmd)
return (AUE_SEMCTL_STAT);
default:
- /* We will audit a bad command */
+ /* We will audit a bad command. */
return (AUE_SEMCTL);
}
}
OpenPOWER on IntegriCloud