summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_state.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-11-26 18:54:52 +0000
committereivind <eivind@FreeBSD.org>1998-11-26 18:54:52 +0000
commitda99bd7667e68e4b83e941ad12af24f2de3b29c2 (patch)
tree4b35f5e436a53d4bd5e4a364aca5d0958fa70580 /sys/netinet/ip_state.c
parent3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (diff)
downloadFreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.zip
FreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.tar.gz
Staticize some more.
Diffstat (limited to 'sys/netinet/ip_state.c')
-rw-r--r--sys/netinet/ip_state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_state.c b/sys/netinet/ip_state.c
index 98cc862..5545b3d 100644
--- a/sys/netinet/ip_state.c
+++ b/sys/netinet/ip_state.c
@@ -7,7 +7,7 @@
*/
#if !defined(lint)
static const char sccsid[] = "@(#)ip_state.c 1.8 6/5/96 (C) 1993-1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: ip_state.c,v 1.2 1998/03/21 11:34:27 peter Exp $";
+static const char rcsid[] = "@(#)$Id: ip_state.c,v 1.3 1998/06/20 18:37:51 peter Exp $";
#endif
#include "opt_ipfilter.h"
@@ -85,9 +85,9 @@ static const char rcsid[] = "@(#)$Id: ip_state.c,v 1.2 1998/03/21 11:34:27 peter
#define TCP_CLOSE (TH_FIN|TH_RST)
-ipstate_t *ips_table[IPSTATE_SIZE];
-int ips_num = 0;
-ips_stat_t ips_stats;
+static ipstate_t *ips_table[IPSTATE_SIZE];
+static int ips_num = 0;
+static ips_stat_t ips_stats;
#if (SOLARIS || defined(__sgi)) && defined(_KERNEL)
extern kmutex_t ipf_state;
#endif
OpenPOWER on IntegriCloud