Remove unused local MACROs.

Submitted by:	Christoph Mallon christoph.mallon@gmx.de
MFC after:	2 weeks
This commit is contained in:
Bjoern A. Zeeb 2009-01-31 17:35:44 +00:00
parent 53071a66d4
commit 959e14c15e
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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 *,