diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 01:06:44 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 01:06:44 +0000 |
commit | 0218a1a17ef339c99f12fa9f4e8ff673dce0a2f1 (patch) | |
tree | d134999149e26f73ce4c9969d544e68bdca8f84f /sys/dev/isa/if_eg.c | |
parent | 63da54dd0f48b32cdce901a5fed8d4f464e65cae (diff) |
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@
Diffstat (limited to 'sys/dev/isa/if_eg.c')
-rw-r--r-- | sys/dev/isa/if_eg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c index 48d7b6a06c5..af75bb7cce4 100644 --- a/sys/dev/isa/if_eg.c +++ b/sys/dev/isa/if_eg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_eg.c,v 1.32 2009/03/29 21:53:52 sthen Exp $ */ +/* $OpenBSD: if_eg.c,v 1.33 2013/08/07 01:06:32 bluhm Exp $ */ /* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */ /* @@ -59,7 +59,6 @@ #ifdef INET #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif |