aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/radix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/radix.c')
-rw-r--r--sbin/routed/radix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 36a404f9d043..c4a0e5de2c2c 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -36,9 +36,6 @@
*/
#include "defs.h"
-
-__RCSID("$FreeBSD$");
-
#define log(x, msg) syslog(x, msg)
#define panic(s) {log(LOG_ERR,s); exit(1);}
#define min(a,b) (((a)<(b))?(a):(b))