Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/compat/linux/arch/powerpc Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/26d295c2ba2b
branches:  netbsd-6
changeset: 773819:26d295c2ba2b
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Feb 24 16:38:07 2012 +0000

description:
Pull up following revision(s) (requested by rjs in ticket #46):
        sys/compat/linux/arch/powerpc/linux_exec_powerpc.c: revision 1.24
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 f1eb8793a800 -r 26d295c2ba2b sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
--- a/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Fri Feb 24 16:35:08 2012 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c        Fri Feb 24 16:38:07 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.23.2.1 2012/02/24 16:38:07 riz 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.23.2.1 2012/02/24 16:38:07 riz 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