diff options
author | peter <peter@FreeBSD.org> | 1999-09-05 17:49:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-05 17:49:11 +0000 |
commit | 6a0ef44f2f07df3fbe5a581488547f5dc24605df (patch) | |
tree | 92f86d65dedb5c7332478b820c1ed7b4fd822435 /sbin/routed | |
parent | 23b4f202dfbdb24a59c607baadef4874e733ba8d (diff) | |
download | FreeBSD-src-6a0ef44f2f07df3fbe5a581488547f5dc24605df.zip FreeBSD-src-6a0ef44f2f07df3fbe5a581488547f5dc24605df.tar.gz |
$Revision$ -> $FreeBSD$ (more cleanup needed here)
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/Makefile | 2 | ||||
-rw-r--r-- | sbin/routed/defs.h | 2 | ||||
-rw-r--r-- | sbin/routed/if.c | 2 | ||||
-rw-r--r-- | sbin/routed/input.c | 2 | ||||
-rw-r--r-- | sbin/routed/main.c | 2 | ||||
-rw-r--r-- | sbin/routed/output.c | 2 | ||||
-rw-r--r-- | sbin/routed/parms.c | 2 | ||||
-rw-r--r-- | sbin/routed/radix.c | 2 | ||||
-rw-r--r-- | sbin/routed/rdisc.c | 2 | ||||
-rw-r--r-- | sbin/routed/routed.8 | 2 | ||||
-rw-r--r-- | sbin/routed/table.c | 2 | ||||
-rw-r--r-- | sbin/routed/trace.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 07255f2..5ca5f19 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,5 +1,5 @@ # Make `routed` for FreeBSD -# $Revision: 1.6 $ +# $FreeBSD$ # $FreeBSD$ PROG= routed diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h index ad04296..aba95e3 100644 --- a/sbin/routed/defs.h +++ b/sbin/routed/defs.h @@ -36,7 +36,7 @@ */ #ifdef sgi -#ident "$Revision: 1.11 $" +#ident "$FreeBSD$" #endif /* Definitions for RIPv2 routing process. diff --git a/sbin/routed/if.c b/sbin/routed/if.c index 4ee69d0..2e505b5 100644 --- a/sbin/routed/if.c +++ b/sbin/routed/if.c @@ -42,7 +42,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #include <sys/cdefs.h> __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.4 $" +#ident "$FreeBSD$" struct interface *ifnet; /* all interfaces */ diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 074f6d6..f1bfa37 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -41,7 +41,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)input.c 8.1 (Berkeley) 6/5/9 #include <sys/cdefs.h> __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.5 $" +#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 aab7b8a..cf4edba 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -52,7 +52,7 @@ __RCSID("$NetBSD$"); __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n"); #endif -#ident "$Revision: 1.9 $" +#ident "$FreeBSD$" pid_t mypid; diff --git a/sbin/routed/output.c b/sbin/routed/output.c index 7847fde..0545c34 100644 --- a/sbin/routed/output.c +++ b/sbin/routed/output.c @@ -40,7 +40,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)output.c 8.1 (Berkeley) 6/5/ #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.3 $" +#ident "$FreeBSD$" u_int update_seqno; diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c index 78f12eb..abea5f6 100644 --- a/sbin/routed/parms.c +++ b/sbin/routed/parms.c @@ -42,7 +42,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)if.c 8.1 (Berkeley) 6/5/93"; #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.5 $" +#ident "$FreeBSD$" struct parm *parms; diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c index 0c93ca7..edbf236 100644 --- a/sbin/routed/radix.c +++ b/sbin/routed/radix.c @@ -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: 1.3 $" +#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 6543cc6..dd99b8d 100644 --- a/sbin/routed/rdisc.c +++ b/sbin/routed/rdisc.c @@ -43,7 +43,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)rdisc.c 8.1 (Berkeley) x/y/9 #elif defined(__NetBSD__) __RCSID"$NetBSD$"); #endif -#ident "$Revision: 1.3 $" +#ident "$FreeBSD$" /* router advertisement ICMP packet */ struct icmp_ad { diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 2366e91..4f16326 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $Revision: 1.12 $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/sbin/routed/table.c b/sbin/routed/table.c index e91a2c0..b7e826e 100644 --- a/sbin/routed/table.c +++ b/sbin/routed/table.c @@ -40,7 +40,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)tables.c 8.1 (Berkeley) 6/5/ #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.7 $" +#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 fd7d474..886f7ee 100644 --- a/sbin/routed/trace.c +++ b/sbin/routed/trace.c @@ -45,7 +45,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)trace.c 8.1 (Berkeley) 6/5/9 #elif defined(__NetBSD__) __RCSID("$NetBSD$"); #endif -#ident "$Revision: 1.3 $" +#ident "$FreeBSD$" #ifdef sgi |