Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2008 21:50:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184215 - head/sys/kern
Message-ID:  <200810232150.m9NLoGjc067757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810232150.m9NLoGjc067757>