summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-02-25 20:28:00 +0000
committerrwatson <rwatson@FreeBSD.org>2008-02-25 20:28:00 +0000
commit2cf50b2daaaa5cd106ea6aa20895b4223f99fdae (patch)
tree23a2c9ada64c22eb60abc3103fe0558791fac11b /sys/security/audit/audit.c
parent41eb7744b1006c13e2b2a9ea817ece0ef4f2d363 (diff)
downloadFreeBSD-src-2cf50b2daaaa5cd106ea6aa20895b4223f99fdae.zip
FreeBSD-src-2cf50b2daaaa5cd106ea6aa20895b4223f99fdae.tar.gz
Rename several audit functions in the global kernel symbol namespace to
have audit_ on the front: - canon_path -> audit_canon_path - msgctl_to_event -> audit_msgctl_to_event - semctl_to_event -> audit_semctl_to_event MFC after: 1 month
Diffstat (limited to 'sys/security/audit/audit.c')
-rw-r--r--sys/security/audit/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c
index 34de1d0..00b753e 100644
--- a/sys/security/audit/audit.c
+++ b/sys/security/audit/audit.c
@@ -616,7 +616,7 @@ audit_proc_coredump(struct thread *td, char *path, int errcode)
if (path != NULL) {
pathp = &ar->k_ar.ar_arg_upath1;
*pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK);
- canon_path(td, path, *pathp);
+ audit_canon_path(td, path, *pathp);
ARG_SET_VALID(ar, ARG_UPATH1);
}
ar->k_ar.ar_arg_signum = td->td_proc->p_sig;
OpenPOWER on IntegriCloud