summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-03-01 11:40:49 +0000
committerrwatson <rwatson@FreeBSD.org>2008-03-01 11:40:49 +0000
commit54613833523e04a1367f05bbaf9311f5c5042db7 (patch)
tree751d79e899bac03aecd635730e417ccd2fd85f38 /sys/security/audit/audit.c
parentbee05275b82ea9973d3ced4bf55e827af367eaab (diff)
downloadFreeBSD-src-54613833523e04a1367f05bbaf9311f5c5042db7.zip
FreeBSD-src-54613833523e04a1367f05bbaf9311f5c5042db7.tar.gz
Add audit_prefixes to two more globally visible functions in the Audit
implementation. MFC after: 1 month
Diffstat (limited to 'sys/security/audit/audit.c')
-rw-r--r--sys/security/audit/audit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c
index 00b753e..b60d4f7 100644
--- a/sys/security/audit/audit.c
+++ b/sys/security/audit/audit.c
@@ -361,12 +361,12 @@ audit_commit(struct kaudit_record *ar, int error, int retval)
* change it to the proper type of event based on the flags
* and the error value.
*/
- ar->k_ar.ar_event = flags_and_error_to_openevent(
+ ar->k_ar.ar_event = audit_flags_and_error_to_openevent(
ar->k_ar.ar_arg_fflags, error);
break;
case AUE_SYSCTL:
- ar->k_ar.ar_event = ctlname_to_sysctlevent(
+ ar->k_ar.ar_event = audit_ctlname_to_sysctlevent(
ar->k_ar.ar_arg_ctlname, ar->k_ar.ar_valid_arg);
break;
OpenPOWER on IntegriCloud