summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-05 23:20:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-05 23:20:27 +0000
commit0275dcbbe75bf604e5d9b03f215e510188a36496 (patch)
tree5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /sys/arch/mvme88k
parent56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff)
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/stand/sboot/clock.c4
-rw-r--r--sys/arch/mvme88k/stand/sboot/etherfun.c4
-rw-r--r--sys/arch/mvme88k/stand/sboot/if_le.c4
-rw-r--r--sys/arch/mvme88k/stand/sboot/sboot.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/stand/sboot/clock.c b/sys/arch/mvme88k/stand/sboot/clock.c
index 5ba228de2da..180a7c746db 100644
--- a/sys/arch/mvme88k/stand/sboot/clock.c
+++ b/sys/arch/mvme88k/stand/sboot/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.4 2006/05/16 22:52:26 miod Exp $ */
+/* $OpenBSD: clock.c,v 1.5 2012/12/05 23:20:14 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -46,7 +46,7 @@
* Clock driver.
*/
-#include <sys/cdefs.h>
+#include <sys/types.h>
#include "sboot.h"
#include "clockreg.h"
diff --git a/sys/arch/mvme88k/stand/sboot/etherfun.c b/sys/arch/mvme88k/stand/sboot/etherfun.c
index 543e7df47a9..f19bb5918f5 100644
--- a/sys/arch/mvme88k/stand/sboot/etherfun.c
+++ b/sys/arch/mvme88k/stand/sboot/etherfun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: etherfun.c,v 1.3 2001/09/20 17:02:31 mpech Exp $ */
+/* $OpenBSD: etherfun.c,v 1.4 2012/12/05 23:20:14 deraadt Exp $ */
/*
*
@@ -33,7 +33,7 @@
*/
/* etherfun.c */
-#include <sys/cdefs.h>
+#include <sys/types.h>
#include "sboot.h"
#include "etherfun.h"
diff --git a/sys/arch/mvme88k/stand/sboot/if_le.c b/sys/arch/mvme88k/stand/sboot/if_le.c
index 10307d944ea..4a883e8b186 100644
--- a/sys/arch/mvme88k/stand/sboot/if_le.c
+++ b/sys/arch/mvme88k/stand/sboot/if_le.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le.c,v 1.4 2006/05/16 22:52:26 miod Exp $ */
+/* $OpenBSD: if_le.c,v 1.5 2012/12/05 23:20:14 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -54,7 +54,7 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#include <sys/types.h>
#include "sboot.h"
#include "if_lereg.h"
diff --git a/sys/arch/mvme88k/stand/sboot/sboot.c b/sys/arch/mvme88k/stand/sboot/sboot.c
index 4135a122c42..5ee58e6afd0 100644
--- a/sys/arch/mvme88k/stand/sboot/sboot.c
+++ b/sys/arch/mvme88k/stand/sboot/sboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sboot.c,v 1.4 2006/05/16 22:52:26 miod Exp $ */
+/* $OpenBSD: sboot.c,v 1.5 2012/12/05 23:20:14 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -54,7 +54,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#include <sys/types.h>
#include "sboot.h"
void