svn commit: r313692 - head/sys/compat/freebsd32

Konstantin Belousov kib at FreeBSD.org
Mon Feb 13 00:39:44 UTC 2017


Author: kib
Date: Mon Feb 13 00:39:43 2017
New Revision: 313692
URL: https://svnweb.freebsd.org/changeset/base/313692

Log:
  Style: wrap long line.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/compat/freebsd32/freebsd32_misc.c

Modified: head/sys/compat/freebsd32/freebsd32_misc.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_misc.c	Sun Feb 12 23:06:41 2017	(r313691)
+++ head/sys/compat/freebsd32/freebsd32_misc.c	Mon Feb 13 00:39:43 2017	(r313692)
@@ -477,7 +477,8 @@ freebsd32_mmap(struct thread *td, struct
 
 #ifdef COMPAT_FREEBSD6
 int
-freebsd6_freebsd32_mmap(struct thread *td, struct freebsd6_freebsd32_mmap_args *uap)
+freebsd6_freebsd32_mmap(struct thread *td,
+    struct freebsd6_freebsd32_mmap_args *uap)
 {
 	struct freebsd32_mmap_args ap;
 


More information about the svn-src-head mailing list