svn commit: r184215 - head/sys/kern
John Baldwin
jhb at FreeBSD.org
Thu Oct 23 21:50:16 UTC 2008
Author: jhb
Date: Thu Oct 23 21:50:16 2008
New Revision: 184215
URL: http://svn.freebsd.org/changeset/base/184215
Log:
Whitespace fix.
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
==============================================================================
--- head/sys/kern/vfs_syscalls.c Thu Oct 23 20:26:15 2008 (r184214)
+++ head/sys/kern/vfs_syscalls.c Thu Oct 23 21:50:16 2008 (r184215)
@@ -2084,7 +2084,8 @@ struct faccessat_args {
int flag;
}
#endif
-int faccessat(struct thread *td, struct faccessat_args *uap)
+int
+faccessat(struct thread *td, struct faccessat_args *uap)
{
if (uap->flag & ~AT_EACCESS)
More information about the svn-src-head
mailing list