svn commit: r211173 - stable/8/sys/compat/freebsd32

Konstantin Belousov kib at FreeBSD.org
Wed Aug 11 08:58:28 UTC 2010


Author: kib
Date: Wed Aug 11 08:58:27 2010
New Revision: 211173
URL: http://svn.freebsd.org/changeset/base/211173

Log:
  MFC r210847:
  Fix style.

Modified:
  stable/8/sys/compat/freebsd32/freebsd32_misc.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/compat/freebsd32/freebsd32_misc.c
==============================================================================
--- stable/8/sys/compat/freebsd32/freebsd32_misc.c	Wed Aug 11 08:26:15 2010	(r211172)
+++ stable/8/sys/compat/freebsd32/freebsd32_misc.c	Wed Aug 11 08:58:27 2010	(r211173)
@@ -1619,8 +1619,9 @@ freebsd32_sendfile(struct thread *td, st
 }
 
 static void
-copy_stat( struct stat *in, struct stat32 *out)
+copy_stat(struct stat *in, struct stat32 *out)
 {
+
 	CP(*in, *out, st_dev);
 	CP(*in, *out, st_ino);
 	CP(*in, *out, st_mode);


More information about the svn-src-stable mailing list