aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/radix.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-05-31 20:28:49 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-05-31 20:28:49 +0000
commit92e7a424c5b35eba69473833c3ac0955b0b28a61 (patch)
tree9aa5b2ad52dab090dc7a7a3b37c7797e989fbe19 /sbin/routed/radix.c
parentd27006c826ca0ff1a78fee29a995af849de396ed (diff)
downloadsrc-92e7a424c5b35eba69473833c3ac0955b0b28a61.tar.gz
src-92e7a424c5b35eba69473833c3ac0955b0b28a61.zip
Remove #ident directives, they don't exist on the vendor branch anymore.
Notes
Notes: svn path=/head/; revision=146838
Diffstat (limited to 'sbin/routed/radix.c')
-rw-r--r--sbin/routed/radix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 5e65b8f17de1..7f3768853abc 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -45,7 +45,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.23 $");
#ident "$Revision: 2.23 $"
#endif
-#ident "$FreeBSD$"
#define log(x, msg) syslog(x, msg)
#define panic(s) {log(LOG_ERR,s); exit(1);}