summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-21 14:24:09 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-21 14:24:09 +0000
commit6613e11b0c476a2eb08c6631b5e10a9b5b2931e4 (patch)
tree95c0a0843eb0d0f883c2640dcd2524eeb6c2452f /sys/arch/luna88k
parentcdd69415955f3b490794c5de779d1fa8f8003095 (diff)
Kill the remaining <netinet/in_systm.h> inclusion!
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r--sys/arch/luna88k/stand/boot/conf.c3
-rw-r--r--sys/arch/luna88k/stand/boot/if_le.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/luna88k/stand/boot/conf.c b/sys/arch/luna88k/stand/boot/conf.c
index aaa41d3b17c..1991bcb0592 100644
--- a/sys/arch/luna88k/stand/boot/conf.c
+++ b/sys/arch/luna88k/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.2 2013/10/29 22:13:28 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.3 2014/08/21 14:24:08 mpi Exp $ */
/* $NetBSD: conf.c,v 1.3 2013/01/16 15:46:20 tsutsui Exp $ */
/*
@@ -39,7 +39,6 @@
#include <net/if.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <luna88k/stand/boot/samachdep.h>
#include <lib/libsa/nfs.h>
diff --git a/sys/arch/luna88k/stand/boot/if_le.c b/sys/arch/luna88k/stand/boot/if_le.c
index 33f0268840a..33334c6bec8 100644
--- a/sys/arch/luna88k/stand/boot/if_le.c
+++ b/sys/arch/luna88k/stand/boot/if_le.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le.c,v 1.3 2013/10/29 21:49:07 miod Exp $ */
+/* $OpenBSD: if_le.c,v 1.4 2014/08/21 14:24:08 mpi Exp $ */
/* $NetBSD: if_le.c,v 1.3 2013/01/22 15:48:40 tsutsui Exp $ */
/*
@@ -62,7 +62,6 @@
#include <sys/param.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <luna88k/stand/boot/samachdep.h>
#include <machine/board.h>