diff options
author | 2013-08-07 01:06:26 +0000 | |
---|---|---|
committer | 2013-08-07 01:06:26 +0000 | |
commit | 5e42885fe234069c849fe4614b30b5ac9868947e (patch) | |
tree | 12205c1c1e82252badd44a8ac6fee860fa015429 /sys/dev/pci/if_ipw.c | |
parent | don't warn on missing newline at eof (diff) | |
download | wireguard-openbsd-5e42885fe234069c849fe4614b30b5ac9868947e.tar.xz wireguard-openbsd-5e42885fe234069c849fe4614b30b5ac9868947e.zip |
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/pci/if_ipw.c')
-rw-r--r-- | sys/dev/pci/if_ipw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index cf2c4dea18d..49116a3a2f2 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.95 2011/04/07 15:30:16 miod Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.96 2013/08/07 01:06:35 bluhm Exp $ */ /*- * Copyright (c) 2004-2008 @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <netinet/ip.h> |