don't include <machine/exec.h> explicitly. No other changes needed, since

<sys/exec.h> was already being included.
This commit is contained in:
cgd 1996-10-07 21:43:02 +00:00
parent 5094e48557
commit 6ab18a1959
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.c,v 1.1 1996/09/30 16:35:01 ws Exp $ */
/* $NetBSD: boot.c,v 1.2 1996/10/07 21:43:02 cgd Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -42,7 +42,6 @@
#include <sys/reboot.h>
#include <sys/disklabel.h>
#include <machine/exec.h>
#include <machine/cpu.h>
#include "ofdev.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_exec.c,v 1.11 1996/05/05 12:01:47 briggs Exp $ */
/* $NetBSD: sunos_exec.c,v 1.12 1996/10/07 21:43:03 cgd Exp $ */
/*
* Copyright (c) 1993 Theo de Raadt
@ -51,7 +51,6 @@
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/exec.h>
#include <compat/sunos/exec.h>
#include <compat/sunos/sunos.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf32.c,v 1.15 1996/10/07 18:29:24 cgd Exp $ */
/* $NetBSD: exec_elf32.c,v 1.16 1996/10/07 21:43:05 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou
@ -55,7 +55,6 @@
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/exec.h>
#ifdef COMPAT_LINUX
#include <compat/linux/linux_exec.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf_common.c,v 1.2 1996/09/27 03:38:27 cgd Exp $ */
/* $NetBSD: exec_elf_common.c,v 1.3 1996/10/07 21:43:05 cgd Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -47,7 +47,6 @@
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/exec.h>
#ifdef COMPAT_LINUX
#include <compat/linux/linux_exec.h>