Module Name: src
Committed By: christos
Date: Fri Oct 24 21:08:36 UTC 2014
Modified Files:
src/sys/compat/netbsd32: netbsd32_exec_aout.c netbsd32_exec_elf32.c
Log Message:
remove unused prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/compat/netbsd32/netbsd32_exec_aout.c
cvs rdiff -u -r1.37 -r1.38 src/sys/compat/netbsd32/netbsd32_exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32_exec_aout.c
diff -u src/sys/compat/netbsd32/netbsd32_exec_aout.c:1.27 src/sys/compat/netbsd32/netbsd32_exec_aout.c:1.28
--- src/sys/compat/netbsd32/netbsd32_exec_aout.c:1.27 Sat Jan 25 18:58:10 2014
+++ src/sys/compat/netbsd32/netbsd32_exec_aout.c Fri Oct 24 17:08:36 2014
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_exe
#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.
Index: src/sys/compat/netbsd32/netbsd32_exec_elf32.c
diff -u src/sys/compat/netbsd32/netbsd32_exec_elf32.c:1.37 src/sys/compat/netbsd32/netbsd32_exec_elf32.c:1.38
--- src/sys/compat/netbsd32/netbsd32_exec_elf32.c:1.37 Fri Jul 25 12:23:13 2014
+++ src/sys/compat/netbsd32/netbsd32_exec_elf32.c Fri Oct 24 17:08:36 2014
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_exe
#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 *,