$Revision$ -> $FreeBSD$ (more cleanup needed here)

This commit is contained in:
Peter Wemm 1999-09-05 17:49:11 +00:00
parent 2c62730ab2
commit 7a6c3acc83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50969
12 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# Make `routed` for FreeBSD
# $Revision: 1.6 $
# $FreeBSD$
# $FreeBSD$
PROG= routed

View File

@ -36,7 +36,7 @@
*/
#ifdef sgi
#ident "$Revision: 1.11 $"
#ident "$FreeBSD$"
#endif
/* Definitions for RIPv2 routing process.

View File

@ -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 */

View File

@ -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);

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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);}

View File

@ -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 {

View File

@ -1,4 +1,4 @@
.\" $Revision: 1.12 $
.\" $FreeBSD$
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.

View File

@ -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};

View File

@ -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