Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/powerpc Switch to ANSI style declaration.



details:   https://anonhg.NetBSD.org/src/rev/2a4737e5a019
branches:  trunk
changeset: 777518:2a4737e5a019
user:      rjs <rjs%NetBSD.org@localhost>
date:      Tue Feb 21 18:10:00 2012 +0000

description:
Switch to ANSI style declaration.

diffstat:

 sys/compat/linux/arch/powerpc/linux_exec_powerpc.c |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 3b17cbcb9d56 -r 2a4737e5a019 sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
--- a/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Tue Feb 21 17:39:17 2012 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Tue Feb 21 18:10:00 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_powerpc.c,v 1.23 2012/02/03 20:11:53 matt Exp $ */
+/* $NetBSD: linux_exec_powerpc.c,v 1.24 2012/02/21 18:10:00 rjs Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_powerpc.c,v 1.23 2012/02/03 20:11:53 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_powerpc.c,v 1.24 2012/02/21 18:10:00 rjs Exp $");
 
 #define ELFSIZE 32
 
@@ -62,12 +62,9 @@
  * Alpha and PowerPC specific linux copyargs function.
  */
 int
-ELFNAME2(linux,copyargs)(l, pack, arginfo, stackp, argp)
-       struct lwp *l;
-       struct exec_package *pack;
-       struct ps_strings *arginfo;
-       char **stackp;
-       void *argp;
+ELFNAME2(linux,copyargs)(struct lwp *l, struct exec_package *pack,
+                        struct ps_strings *arginfo, char **stackp,
+                        void *argp)
 {
        size_t len;
        AuxInfo ai[LINUX_ELF_AUX_ENTRIES], *a;



Home | Main Index | Thread Index | Old Index