diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-22 02:26:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-22 02:26:55 +0000 |
commit | f5060714df0f00e45a9c7091f8f8706f7225b547 (patch) | |
tree | e007b2eaf7d8a2e1945f639b49bc43895f8dc057 /sys/arch/vax/vsa | |
parent | 0ea9167b77e90db329a6febb88b957a60ad830d5 (diff) |
unifdef INET
Diffstat (limited to 'sys/arch/vax/vsa')
-rw-r--r-- | sys/arch/vax/vsa/if_le_vsbus.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vsa/if_le_vsbus.c b/sys/arch/vax/vsa/if_le_vsbus.c index fd4692d4113..59198c35815 100644 --- a/sys/arch/vax/vsa/if_le_vsbus.c +++ b/sys/arch/vax/vsa/if_le_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_vsbus.c,v 1.14 2013/09/24 20:10:53 miod Exp $ */ +/* $OpenBSD: if_le_vsbus.c,v 1.15 2014/12/22 02:26:54 tedu Exp $ */ /* $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $ */ /*- @@ -77,9 +77,7 @@ #include <net/if.h> #include <net/if_media.h> -#ifdef INET #include <netinet/in.h> -#endif #include <netinet/if_ether.h> #include <machine/cpu.h> |