diff options
author | 2001-07-04 23:14:51 +0000 | |
---|---|---|
committer | 2001-07-04 23:14:51 +0000 | |
commit | d1dc9c34bb9d7c2e9c0a6731f7e7543e5b5e5a07 (patch) | |
tree | bb416ba90ad0f7f8fee63cec148e8518a9d29cc7 /sys/netinet/ip_ipip.c | |
parent | handle card removal more gracefully, add sc_close() to scard.h (diff) | |
download | wireguard-openbsd-d1dc9c34bb9d7c2e9c0a6731f7e7543e5b5e5a07.tar.xz wireguard-openbsd-d1dc9c34bb9d7c2e9c0a6731f7e7543e5b5e5a07.zip |
Make preprocessor happier, don't give it untasty tokens at end of input.
Ok millert@
Diffstat (limited to 'sys/netinet/ip_ipip.c')
-rw-r--r-- | sys/netinet/ip_ipip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipip.c b/sys/netinet/ip_ipip.c index f63ca4419dd..61dcbaaffb8 100644 --- a/sys/netinet/ip_ipip.c +++ b/sys/netinet/ip_ipip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipip.c,v 1.19 2001/06/26 04:29:05 angelos Exp $ */ +/* $OpenBSD: ip_ipip.c,v 1.20 2001/07/04 23:14:55 espie Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -189,7 +189,7 @@ ipip_input(struct mbuf *m, int iphlen) return; } } -#endif MROUTING +#endif /* MROUTING */ /* Keep outer ecn field. */ #ifdef INET |