summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-17 15:44:09 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-17 15:44:09 +0000
commit7419ebafaf85f46784c69bc682be23a9668a28be (patch)
tree5ce9ef69d6143db727a621af0b92226ce5ee56d8 /sys/arch/sgi
parent0af52d37b763271344cc4a4a09c047ec132ce1e2 (diff)
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Remove these include lines from sgi drivers. test jsing@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/dev/if_iec.c3
-rw-r--r--sys/arch/sgi/dev/if_mec.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sgi/dev/if_iec.c b/sys/arch/sgi/dev/if_iec.c
index bb4ae5c7169..9f84a478f2b 100644
--- a/sys/arch/sgi/dev/if_iec.c
+++ b/sys/arch/sgi/dev/if_iec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iec.c,v 1.8 2012/05/22 19:24:59 miod Exp $ */
+/* $OpenBSD: if_iec.c,v 1.9 2013/08/17 15:44:08 bluhm Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -101,7 +101,6 @@
#ifdef INET
#include <netinet/in.h>
#include <netinet/in_systm.h>
-#include <netinet/in_var.h>
#include <netinet/ip.h>
#endif
diff --git a/sys/arch/sgi/dev/if_mec.c b/sys/arch/sgi/dev/if_mec.c
index e4cc431c796..6ad2f7b46c1 100644
--- a/sys/arch/sgi/dev/if_mec.c
+++ b/sys/arch/sgi/dev/if_mec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mec.c,v 1.25 2012/10/03 22:46:09 miod Exp $ */
+/* $OpenBSD: if_mec.c,v 1.26 2013/08/17 15:44:08 bluhm Exp $ */
/* $NetBSD: if_mec_mace.c,v 1.5 2004/08/01 06:36:36 tsutsui Exp $ */
/*
@@ -85,7 +85,6 @@
#ifdef INET
#include <netinet/in.h>
#include <netinet/in_systm.h>
-#include <netinet/in_var.h>
#include <netinet/ip.h>
#endif