Remove unused local MACROs.
Submitted by: Christoph Mallon christoph.mallon@gmx.de MFC after: 2 weeks
This commit is contained in:
parent
53071a66d4
commit
959e14c15e
@ -83,7 +83,6 @@ __FBSDID("$FreeBSD$");
|
||||
#define ND6_RECALC_REACHTM_INTERVAL (60 * 120) /* 2 hours */
|
||||
|
||||
#define SIN6(s) ((struct sockaddr_in6 *)s)
|
||||
#define SDL(s) ((struct sockaddr_dl *)s)
|
||||
|
||||
#ifdef VIMAGE_GLOBALS
|
||||
int nd6_prune;
|
||||
|
@ -68,8 +68,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <netinet6/scope6_var.h>
|
||||
#include <netinet6/vinet6.h>
|
||||
|
||||
#define SDL(s) ((struct sockaddr_dl *)s)
|
||||
|
||||
static int rtpref(struct nd_defrouter *);
|
||||
static struct nd_defrouter *defrtrlist_update(struct nd_defrouter *);
|
||||
static int prelist_update __P((struct nd_prefixctl *, struct nd_defrouter *,
|
||||
|
Loading…
Reference in New Issue
Block a user