Remove unused variable.
MFC after: 1 week
This commit is contained in:
parent
9b2842ba0b
commit
817f395375
@ -106,8 +106,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <netinet6/in6_pcb.h>
|
#include <netinet6/in6_pcb.h>
|
||||||
#include <netinet6/scope6_var.h>
|
#include <netinet6/scope6_var.h>
|
||||||
|
|
||||||
struct in6_addr zeroin6_addr;
|
|
||||||
|
|
||||||
int
|
int
|
||||||
in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam,
|
in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam,
|
||||||
struct ucred *cred)
|
struct ucred *cred)
|
||||||
|
@ -542,7 +542,6 @@ do { \
|
|||||||
((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->in6_ifstat->tag++; \
|
((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->in6_ifstat->tag++; \
|
||||||
} while (/*CONSTCOND*/ 0)
|
} while (/*CONSTCOND*/ 0)
|
||||||
|
|
||||||
extern struct in6_addr zeroin6_addr;
|
|
||||||
extern u_char inet6ctlerrmap[];
|
extern u_char inet6ctlerrmap[];
|
||||||
VNET_DECLARE(unsigned long, in6_maxmtu);
|
VNET_DECLARE(unsigned long, in6_maxmtu);
|
||||||
#define V_in6_maxmtu VNET(in6_maxmtu)
|
#define V_in6_maxmtu VNET(in6_maxmtu)
|
||||||
|
Loading…
Reference in New Issue
Block a user