remove unused prototypes
This commit is contained in:
parent
83b8cb7442
commit
1a3570e51c
@ -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_exec_aout.c,v 1.27 2014/01/25 23:58:10 chri
|
||||
#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.
|
||||
|
@ -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_exec_elf32.c,v 1.37 2014/07/25 16:23:13 max
|
||||
|
||||
#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 *,
|
||||
|
Loading…
Reference in New Issue
Block a user