summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_frag.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_frag.c
parent3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (diff)
downloadFreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.zip
FreeBSD-src-da99bd7667e68e4b83e941ad12af24f2de3b29c2.tar.gz
Staticize some more.
Diffstat (limited to 'sys/netinet/ip_frag.c')
-rw-r--r--sys/netinet/ip_frag.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c
index a379c67..7ad47f7 100644
--- a/sys/netinet/ip_frag.c
+++ b/sys/netinet/ip_frag.c
@@ -7,7 +7,7 @@
*/
#if !defined(lint)
static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed";
-static const char rcsid[] = "@(#)$Id: ip_frag.c,v 1.1.1.5 1997/11/16 05:55:34 peter Exp $";
+static const char rcsid[] = "@(#)$Id: ip_frag.c,v 1.2 1998/03/21 11:34:06 peter Exp $";
#endif
#if !defined(_KERNEL) && defined(KERNEL)
@@ -76,11 +76,11 @@ static const char rcsid[] = "@(#)$Id: ip_frag.c,v 1.1.1.5 1997/11/16 05:55:34 pe
#include "netinet/ip_state.h"
#include "netinet/ip_auth.h"
-ipfr_t *ipfr_heads[IPFT_SIZE];
-ipfr_t *ipfr_nattab[IPFT_SIZE];
-ipfrstat_t ipfr_stats;
-int ipfr_inuse = 0,
- fr_ipfrttl = 120; /* 60 seconds */
+static ipfr_t *ipfr_heads[IPFT_SIZE];
+static ipfr_t *ipfr_nattab[IPFT_SIZE];
+static ipfrstat_t ipfr_stats;
+static int ipfr_inuse = 0;
+ int fr_ipfrttl = 120; /* 60 seconds */
#ifdef _KERNEL
extern int ipfr_timer_id;
#endif
OpenPOWER on IntegriCloud