summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm_klib.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_bsm_klib.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_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 f4d28dd..02702f4 100644
--- a/sys/security/audit/audit_bsm_klib.c
+++ b/sys/security/audit/audit_bsm_klib.c
@@ -180,7 +180,7 @@ au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf)
* Convert sysctl names and present arguments to events.
*/
au_event_t
-ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
+audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
{
/* can't parse it - so return the worst case */
@@ -242,7 +242,7 @@ ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
* auditing purposes.
*/
au_event_t
-flags_and_error_to_openevent(int oflags, int error)
+audit_flags_and_error_to_openevent(int oflags, int error)
{
au_event_t aevent;
OpenPOWER on IntegriCloud