diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 20:34:56 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 20:34:56 +0000 |
| commit | 0312fbe97df2f35ff9269929cbc685f5784620fb (patch) | |
| tree | a91ff9513241da82a53d78f1c48939ef8d27e64e /sys/netinet/tcp_debug.c | |
| parent | a31a689128a5b53743ed2c7f361bc2ce4fe19810 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
| -rw-r--r-- | sys/netinet/tcp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index cef966cc7328..367aabb3fe15 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.c,v 1.3 1995/02/09 23:13:22 wollman Exp $ + * $Id: tcp_debug.c,v 1.4 1995/04/19 10:26:04 olah Exp $ */ #ifdef TCPDEBUG @@ -68,7 +68,7 @@ #include <netinet/tcp_debug.h> #ifdef TCPDEBUG -int tcpconsdebug = 0; +static int tcpconsdebug = 0; #endif /* * Tcp debug routines |
