summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-08-04 14:35:05 +0000
committerkib <kib@FreeBSD.org>2010-08-04 14:35:05 +0000
commit36b27b8587ed41976e358725ca073e6c5efc395e (patch)
tree736a1437bffc864af7dea246557310efe15f8718 /sys/compat
parent5ed261c11f827f14531b3b23a261fabdf3e6ca73 (diff)
downloadFreeBSD-src-36b27b8587ed41976e358725ca073e6c5efc395e.zip
FreeBSD-src-36b27b8587ed41976e358725ca073e6c5efc395e.tar.gz
Fix style.
MFC after: 1 week
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/freebsd32_misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
index c7ba1b4..292e257 100644
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -1616,8 +1616,9 @@ freebsd32_sendfile(struct thread *td, struct freebsd32_sendfile_args *uap)
}
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);
OpenPOWER on IntegriCloud