diff options
author | 2001-02-07 20:52:13 +0000 | |
---|---|---|
committer | 2001-02-07 20:52:13 +0000 | |
commit | 0dab9a12305de1dbda18ee8e903b9e6ddb86f992 (patch) | |
tree | b17f5c73b201d80640c171fe92ab0ef0dca09e35 | |
parent | spelling (diff) | |
download | wireguard-openbsd-0dab9a12305de1dbda18ee8e903b9e6ddb86f992.tar.xz wireguard-openbsd-0dab9a12305de1dbda18ee8e903b9e6ddb86f992.zip |
allow gif-less compile
-rw-r--r-- | sys/netinet/ip_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c index 1071694916c..c35c53ece7a 100644 --- a/sys/netinet/ip_ether.c +++ b/sys/netinet/ip_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.c,v 1.24 2001/02/06 02:50:02 jason Exp $ */ +/* $OpenBSD: ip_ether.c,v 1.25 2001/02/07 20:52:13 mickey Exp $ */ /* * The author of this code is Angelos D. Keromytis (kermit@adk.gr) @@ -104,10 +104,10 @@ etherip_input(m, va_alist) #if NGIF > 0 int i; -#endif /* NGIF */ #if NBRIDGE > 0 int s; #endif /* NBRIDGE */ +#endif /* NGIF */ va_start(ap, m); iphlen = va_arg(ap, int); |