svn commit: r248386 - head/sys/kern
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Mar 16 22:36:25 UTC 2013
Author: pjd
Date: Sat Mar 16 22:36:24 2013
New Revision: 248386
URL: http://svnweb.freebsd.org/changeset/base/248386
Log:
Style: Remove redundant space.
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
==============================================================================
--- head/sys/kern/vfs_syscalls.c Sat Mar 16 22:02:47 2013 (r248385)
+++ head/sys/kern/vfs_syscalls.c Sat Mar 16 22:36:24 2013 (r248386)
@@ -2854,7 +2854,7 @@ kern_fchmodat(struct thread *td, int fd,
AUDIT_ARG_MODE(mode);
follow = (flag & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
- NDINIT_ATRIGHTS(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path, fd,
+ NDINIT_ATRIGHTS(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path, fd,
CAP_FCHMOD, td);
if ((error = namei(&nd)) != 0)
return (error);
More information about the svn-src-head
mailing list