diff options
author | 2013-08-08 19:51:18 +0000 | |
---|---|---|
committer | 2013-08-08 19:51:18 +0000 | |
commit | ca1ab4e49b8541df97ff3a03d7efb57275957890 (patch) | |
tree | 823b2706325c9e0946c9d9024a06539e400374f2 | |
parent | Remove an optimizer workaround for alpha/gcc2 although it was being (diff) | |
download | wireguard-openbsd-ca1ab4e49b8541df97ff3a03d7efb57275957890.tar.xz wireguard-openbsd-ca1ab4e49b8541df97ff3a03d7efb57275957890.zip |
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Remove these include lines from vax drivers.
test lteo@
-rw-r--r-- | sys/arch/vax/if/if_de.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/if/if_de.c b/sys/arch/vax/if/if_de.c index 17915f86d85..7272eb945c3 100644 --- a/sys/arch/vax/if/if_de.c +++ b/sys/arch/vax/if/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.22 2008/10/09 00:43:48 brad Exp $ */ +/* $OpenBSD: if_de.c,v 1.23 2013/08/08 19:51:18 bluhm Exp $ */ /* $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */ /* @@ -62,7 +62,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 |