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_rl_pci.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_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 01488d7c81a..fbc719836dc 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.26 2013/03/07 01:03:57 brad Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.27 2013/08/07 01:06:36 bluhm Exp $ */ /* * Copyright (c) 1997, 1998 @@ -51,7 +51,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 |