Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/arch/amd64/amd64 Wrap long line, KNF



details:   https://anonhg.NetBSD.org/src/rev/29fe7e0eaf1a
branches:  pgoyette-compat
changeset: 830827:29fe7e0eaf1a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 07:13:01 2018 +0000

description:
Wrap long line, KNF

diffstat:

 sys/arch/amd64/amd64/netbsd32_machdep_16.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r c8520b700421 -r 29fe7e0eaf1a sys/arch/amd64/amd64/netbsd32_machdep_16.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep_16.c        Sat Sep 29 06:55:33 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep_16.c        Sat Sep 29 07:13:01 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/25 01:26:58 pgoyette Exp $     */
+/*     $NetBSD: netbsd32_machdep_16.c,v 1.1.2.8 2018/09/29 07:13:01 pgoyette Exp $     */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/25 01:26:58 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.8 2018/09/29 07:13:01 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -187,7 +187,9 @@
 }
 
 int
-compat_16_netbsd32___sigreturn14(struct lwp *l, const struct compat_16_netbsd32___sigreturn14_args *uap, register_t *retval)
+compat_16_netbsd32___sigreturn14(struct lwp *l,
+    const struct compat_16_netbsd32___sigreturn14_args *uap,
+    register_t *retval)
 {
        /* {
                syscallarg(netbsd32_sigcontextp_t) sigcntxp;



Home | Main Index | Thread Index | Old Index