summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_arg.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_arg.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_arg.c')
-rw-r--r--sys/security/audit/audit_arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c
index 199aa47..9e1c0f3 100644
--- a/sys/security/audit/audit_arg.c
+++ b/sys/security/audit/audit_arg.c
@@ -702,7 +702,7 @@ audit_arg_upath(struct thread *td, char *upath, u_int64_t flag)
if (*pathp == NULL)
*pathp = malloc(MAXPATHLEN, M_AUDITPATH, M_WAITOK);
- canon_path(td, upath, *pathp);
+ audit_canon_path(td, upath, *pathp);
ARG_SET_VALID(ar, flag);
}
OpenPOWER on IntegriCloud