svn commit: r210847 - head/sys/compat/freebsd32
Konstantin Belousov
kib at FreeBSD.org
Wed Aug 4 14:35:05 UTC 2010
Author: kib
Date: Wed Aug 4 14:35:05 2010
New Revision: 210847
URL: http://svn.freebsd.org/changeset/base/210847
Log:
Fix style.
MFC after: 1 week
Modified:
head/sys/compat/freebsd32/freebsd32_misc.c
Modified: head/sys/compat/freebsd32/freebsd32_misc.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_misc.c Wed Aug 4 14:12:09 2010 (r210846)
+++ head/sys/compat/freebsd32/freebsd32_misc.c Wed Aug 4 14:35:05 2010 (r210847)
@@ -1616,8 +1616,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-head
mailing list