summaryrefslogtreecommitdiffstats
path: root/sbin/routed/radix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/radix.c')
-rw-r--r--sbin/routed/radix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 9d45b59..0c93ca7 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -32,7 +32,7 @@
*
* @(#)radix.c 8.4 (Berkeley) 11/2/94
*
- * $Id$
+ * $FreeBSD$
*/
/*
@@ -46,7 +46,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)rdisc.c 8.1 (Berkeley) x/y/9
#elif defined(__NetBSD__)
__RCSID("$NetBSD$");
#endif
-#ident "$Revision: 2.17 $"
+#ident "$Revision: 1.3 $"
#define log(x, msg) syslog(x, msg)
#define panic(s) {log(LOG_ERR,s); exit(1);}
OpenPOWER on IntegriCloud