Staticize an extern that no one else used.

This commit is contained in:
Brooks Davis 2002-02-26 18:24:00 +00:00
parent 24e68cb0bc
commit 673623b376
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91324
2 changed files with 1 additions and 3 deletions

View File

@ -69,7 +69,7 @@
#include <net/net_osdep.h>
int ip_gif_ttl = GIF_TTL;
static int ip_gif_ttl = GIF_TTL;
SYSCTL_INT(_net_inet_ip, IPCTL_GIF_TTL, gifttl, CTLFLAG_RW,
&ip_gif_ttl, 0, "");

View File

@ -35,8 +35,6 @@
#define GIF_TTL 30
extern int ip_gif_ttl;
void in_gif_input __P((struct mbuf *, int off));
int in_gif_output __P((struct ifnet *, int, struct mbuf *, struct rtentry *));
int gif_encapcheck4 __P((const struct mbuf *, int, int, void *));