summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-14 20:34:56 +0000
committerphk <phk@FreeBSD.org>1995-11-14 20:34:56 +0000
commitdb2c71245d8bd7171d58bbd567c7a24804e752e5 (patch)
treea91ff9513241da82a53d78f1c48939ef8d27e64e /sys/netinet/tcp_debug.c
parent23272197e79604fbed29e23e977678742f10c46c (diff)
downloadFreeBSD-src-db2c71245d8bd7171d58bbd567c7a24804e752e5.zip
FreeBSD-src-db2c71245d8bd7171d58bbd567c7a24804e752e5.tar.gz
New style sysctl & staticize alot of stuff.
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r--sys/netinet/tcp_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index cef966c..367aabb 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
OpenPOWER on IntegriCloud