Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 remove unused prototypes



details:   https://anonhg.NetBSD.org/src/rev/d1f746b7d313
branches:  trunk
changeset: 333242:d1f746b7d313
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 24 21:08:36 2014 +0000

description:
remove unused prototypes

diffstat:

 sys/compat/netbsd32/netbsd32_exec_aout.c  |  7 ++-----
 sys/compat/netbsd32/netbsd32_exec_elf32.c |  6 ++----
 2 files changed, 4 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 684c4ed759d4 -r d1f746b7d313 sys/compat/netbsd32/netbsd32_exec_aout.c
--- a/sys/compat/netbsd32/netbsd32_exec_aout.c  Fri Oct 24 21:07:55 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec_aout.c  Fri Oct 24 21:08:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_exec_aout.c,v 1.27 2014/01/25 23:58:10 christos Exp $ */
+/*     $NetBSD: netbsd32_exec_aout.c,v 1.28 2014/10/24 21:08:36 christos Exp $ */
 /*     from: NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp */
 
 /*
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_aout.c,v 1.27 2014/01/25 23:58:10 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_aout.c,v 1.28 2014/10/24 21:08:36 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -78,9 +78,6 @@
 #include <machine/frame.h>
 #include <machine/netbsd32_machdep.h>
 
-int netbsd32_copyinargs(struct exec_package *, struct ps_strings *,
-                            void *, size_t, const void *, const void *);
-
 /*
  * exec_netbsd32_makecmds(): Check if it's an netbsd32 a.out format
  * executable.
diff -r 684c4ed759d4 -r d1f746b7d313 sys/compat/netbsd32/netbsd32_exec_elf32.c
--- a/sys/compat/netbsd32/netbsd32_exec_elf32.c Fri Oct 24 21:07:55 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec_elf32.c Fri Oct 24 21:08:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_exec_elf32.c,v 1.37 2014/07/25 16:23:13 maxv Exp $    */
+/*     $NetBSD: netbsd32_exec_elf32.c,v 1.38 2014/10/24 21:08:36 christos Exp $        */
 /*     from: NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp */
 
 /*
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.37 2014/07/25 16:23:13 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.38 2014/10/24 21:08:36 christos Exp $");
 
 #define        ELFSIZE         32
 
@@ -80,8 +80,6 @@
 
 #include <machine/netbsd32_machdep.h>
 
-int netbsd32_copyinargs(struct exec_package *, struct ps_strings *,
-                       void *, size_t, const void *, const void *);
 int ELFNAME2(netbsd32,probe_noteless)(struct lwp *, struct exec_package *epp,
                                      void *eh, char *itp, vaddr_t *pos);
 extern int ELFNAME2(netbsd,signature)(struct lwp *, struct exec_package *,



Home | Main Index | Thread Index | Old Index