diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-16 18:36:06 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-16 18:36:06 +0000 |
| commit | 0cc12cc57ecd3cffd54efe8c2c5d779fe5e0d3a9 (patch) | |
| tree | 8cb1c7f4dc7673c689218db481bb7fa04bde0469 /sys/netinet/tcp_input.c | |
| parent | f116a277ad78faeb6be41d99c5fe5b8afa9e6dad (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 14f0754fadd2..1b9f7554a400 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 - * $Id: tcp_input.c,v 1.59 1997/07/01 05:42:16 jdp Exp $ + * $Id: tcp_input.c,v 1.60 1997/08/16 19:15:39 wollman Exp $ */ +#include "opt_tcpdebug.h" + #ifndef TUBA_INCLUDE #include <sys/param.h> #include <sys/queue.h> |
