slightly clean up some of the changes made when ELF64 support went in

This commit is contained in:
cgd 1996-09-27 18:14:23 +00:00
parent d896ecd5f0
commit 7c3255776d
5 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.c,v 1.17 1996/09/26 20:52:42 cgd Exp $ */ /* $NetBSD: linux_exec.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */
/* /*
* Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Frank van der Linden
@ -30,7 +30,7 @@
* based on exec_aout.c, sunos_exec.c and svr4_exec.c * based on exec_aout.c, sunos_exec.c and svr4_exec.c
*/ */
#define ELFSIZE 32 /* XXX */ #define ELFSIZE 32 /* XXX should die */
#define EXEC_ELF32 /* XXX should die */ #define EXEC_ELF32 /* XXX should die */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec_aout.c,v 1.17 1996/09/26 20:52:42 cgd Exp $ */ /* $NetBSD: linux_exec_aout.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */
/* /*
* Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Frank van der Linden
@ -30,7 +30,7 @@
* based on exec_aout.c, sunos_exec.c and svr4_exec.c * based on exec_aout.c, sunos_exec.c and svr4_exec.c
*/ */
#define ELFSIZE 32 /* XXX */ #define ELFSIZE 32 /* XXX should die */
#define EXEC_ELF32 /* XXX should die */ #define EXEC_ELF32 /* XXX should die */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec_elf32.c,v 1.17 1996/09/26 20:52:42 cgd Exp $ */ /* $NetBSD: linux_exec_elf32.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */
/* /*
* Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Frank van der Linden
@ -30,7 +30,7 @@
* based on exec_aout.c, sunos_exec.c and svr4_exec.c * based on exec_aout.c, sunos_exec.c and svr4_exec.c
*/ */
#define ELFSIZE 32 /* XXX */ #define ELFSIZE 32 /* XXX should die */
#define EXEC_ELF32 /* XXX should die */ #define EXEC_ELF32 /* XXX should die */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.c,v 1.17 1996/09/26 20:52:42 cgd Exp $ */ /* $NetBSD: linux_exec.c,v 1.18 1996/09/27 18:14:25 cgd Exp $ */
/* /*
* Copyright (c) 1995 Frank van der Linden * Copyright (c) 1995 Frank van der Linden
@ -30,7 +30,7 @@
* based on exec_aout.c, sunos_exec.c and svr4_exec.c * based on exec_aout.c, sunos_exec.c and svr4_exec.c
*/ */
#define ELFSIZE 32 /* XXX */ #define ELFSIZE 32 /* XXX should die */
#define EXEC_ELF32 /* XXX should die */ #define EXEC_ELF32 /* XXX should die */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_exec.c,v 1.18 1996/09/26 20:52:44 cgd Exp $ */ /* $NetBSD: svr4_exec.c,v 1.19 1996/09/27 18:14:23 cgd Exp $ */
/* /*
* Copyright (c) 1994 Christos Zoulas * Copyright (c) 1994 Christos Zoulas
@ -27,7 +27,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#define ELFSIZE 32 /* XXX */ #define ELFSIZE 32 /* XXX should die */
#define EXEC_ELF32 /* XXX should die */
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>