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/scope6_var.h>
|
||||
|
||||
struct in6_addr zeroin6_addr;
|
||||
|
||||
int
|
||||
in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam,
|
||||
struct ucred *cred)
|
||||
|
@ -542,7 +542,6 @@ do { \
|
||||
((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->in6_ifstat->tag++; \
|
||||
} while (/*CONSTCOND*/ 0)
|
||||
|
||||
extern struct in6_addr zeroin6_addr;
|
||||
extern u_char inet6ctlerrmap[];
|
||||
VNET_DECLARE(unsigned long, in6_maxmtu);
|
||||
#define V_in6_maxmtu VNET(in6_maxmtu)
|
||||
|
Loading…
Reference in New Issue
Block a user