Staticize an extern that no one else used.
This commit is contained in:
parent
24e68cb0bc
commit
673623b376
@ -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, "");
|
||||
|
||||
|
@ -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 *));
|
||||
|
Loading…
Reference in New Issue
Block a user