summaryrefslogtreecommitdiffstats
path: root/sbin/routed/radix.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-04-05 17:33:07 +0000
committerphk <phk@FreeBSD.org>2009-04-05 17:33:07 +0000
commit3ec0927e8b504ffce75ad2cc7fb80b4437f66167 (patch)
tree87151c0a577cc47d54616fd1103486ad28044478 /sbin/routed/radix.h
parentad4b733279aa875e4206faa43e9fc10f80660489 (diff)
downloadFreeBSD-src-3ec0927e8b504ffce75ad2cc7fb80b4437f66167.zip
FreeBSD-src-3ec0927e8b504ffce75ad2cc7fb80b4437f66167.tar.gz
Add some consts, remove some unused stuff and other attempts to calm
FlexeLint down.
Diffstat (limited to 'sbin/routed/radix.h')
-rw-r--r--sbin/routed/radix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h
index 5c7c2d6..5cc177e 100644
--- a/sbin/routed/radix.h
+++ b/sbin/routed/radix.h
@@ -132,7 +132,6 @@ struct radix_node_head {
};
-#define Bcmp(a, b, n) memcmp(((void *)(a)), ((void *)(b)), (n))
#define Bcopy(a, b, n) memmove(((void *)(b)), ((void *)(a)), (size_t)(n))
#define Bzero(p, n) memset((void *)(p), 0, (size_t)(n));
#define Free(p) free((void *)p);
OpenPOWER on IntegriCloud