summaryrefslogtreecommitdiff
path: root/sys/dev/ic/am79900.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-22 02:28:53 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-22 02:28:53 +0000
commitc7aed26ec28e1a2a8728d1471296eb8e7cd14ba7 (patch)
tree8f98dae088f7f5ae2df3690677f1c271ac8c7a51 /sys/dev/ic/am79900.c
parentf5060714df0f00e45a9c7091f8f8706f7225b547 (diff)
unifdef INET
Diffstat (limited to 'sys/dev/ic/am79900.c')
-rw-r--r--sys/dev/ic/am79900.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/am79900.c b/sys/dev/ic/am79900.c
index 10bd6681b94..a77f2516aec 100644
--- a/sys/dev/ic/am79900.c
+++ b/sys/dev/ic/am79900.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: am79900.c,v 1.2 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: am79900.c,v 1.3 2014/12/22 02:28:51 tedu Exp $ */
/* $NetBSD: am79900.c,v 1.23 2012/02/02 19:43:02 tls Exp $ */
/*-
@@ -118,10 +118,8 @@
#include <net/if.h>
#include <net/if_media.h>
-#ifdef INET
#include <netinet/in.h>
#include <netinet/if_ether.h>
-#endif
#if NBPFILTER > 0
#include <net/bpf.h>