summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2012-12-01 08:59:36 +0000
committerpjd <pjd@FreeBSD.org>2012-12-01 08:59:36 +0000
commitc6ea39d1ef9125a0055d6ecdcad5aeec2400eb03 (patch)
tree0f8669945013f1f1c44ccca269329da2c53d1a46 /sys/kern/vfs_lookup.c
parentad5e7d941b99ea2002de76ac132fe04110af64b5 (diff)
downloadFreeBSD-src-c6ea39d1ef9125a0055d6ecdcad5aeec2400eb03.zip
FreeBSD-src-c6ea39d1ef9125a0055d6ecdcad5aeec2400eb03.tar.gz
Fix one more compilation issue.
Diffstat (limited to 'sys/kern/vfs_lookup.c')
-rw-r--r--sys/kern/vfs_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index c65a247..e5ee4f6 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -211,9 +211,9 @@ namei(struct nameidata *ndp)
* If we are auditing the kernel pathname, save the user pathname.
*/
if (cnp->cn_flags & AUDITVNODE1)
- AUDIT_ARG_UPATH1(td, ndp->ni_dirfd, , cnp->cn_pnbuf);
+ AUDIT_ARG_UPATH1(td, ndp->ni_dirfd, cnp->cn_pnbuf);
if (cnp->cn_flags & AUDITVNODE2)
- AUDIT_ARG_UPATH2(td, ndp->ni_dirfd, , cnp->cn_pnbuf);
+ AUDIT_ARG_UPATH2(td, ndp->ni_dirfd, cnp->cn_pnbuf);
dp = NULL;
if (cnp->cn_pnbuf[0] != '/') {
OpenPOWER on IntegriCloud