diff --git a/sbin/routed/if.c b/sbin/routed/if.c index b6e7a539cc07..291eb191fc7f 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -40,7 +40,7 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" + struct interface *ifnet; /* all interfaces */ /* hash table for all interfaces, big enough to tolerate ridiculous diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 674a388691a9..085ba9502bf6 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -39,7 +39,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" #endif -#ident "$FreeBSD$" static void input(struct sockaddr_in *, struct interface *, struct interface *, struct rip *, int); diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 67d168af3e9a..722061e80374 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -50,7 +50,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" pid_t mypid; diff --git a/sbin/routed/output.c b/sbin/routed/output.c index e0befc8056c8..c9db470b9b46 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -39,7 +39,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" u_int update_seqno; diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 9472d82d9a43..356ac8e9da36 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -41,7 +41,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.26 $"); #ident "$Revision: 2.26 $" #endif -#ident "$FreeBSD$" struct parm *parms; 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);} diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c index 0cdbc7cab352..047b3d123047 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -42,7 +42,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" /* router advertisement ICMP packet */ struct icmp_ad { diff --git a/sbin/routed/table.c b/sbin/routed/table.c index 5dfd1954ddda..491c5cfa0ab1 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -39,7 +39,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" static struct rt_spare *rts_better(struct rt_entry *); static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0}; diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c index 1435faab2213..320056f76c8f 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -44,7 +44,6 @@ __RCSID("$FreeBSD$"); __RCSID("$Revision: 2.27 $"); #ident "$Revision: 2.27 $" #endif -#ident "$FreeBSD$" #ifdef sgi