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/tcp_input.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/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 9b9beb37ef8..54d5043454a 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.98 2001/06/24 22:50:58 angelos Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.99 2001/07/04 23:14:56 espie Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -2677,7 +2677,7 @@ tcp_sack_partialack(tp, th) } return 0; } -#endif TCP_SACK +#endif /* TCP_SACK */ /* * Pull out of band byte out of a segment so |