diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-07 20:52:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-07 20:52:14 +0000 |
commit | 2dba2f49134409ba8c78d8ab03494d18187ee8a6 (patch) | |
tree | 00a64a677c50ff22f18da409892e6dad0e987b29 /sys/netinet/ip_ether.c | |
parent | 05bc8926072e9c5993284a13c592ae5b7b517a91 (diff) |
allow gif-less compile
Diffstat (limited to 'sys/netinet/ip_ether.c')
-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); |