mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
$Revision$ -> $FreeBSD$ (more cleanup needed here)
This commit is contained in:
parent
2c62730ab2
commit
7a6c3acc83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50969
@ -1,5 +1,5 @@
|
||||
# Make `routed` for FreeBSD
|
||||
# $Revision: 1.6 $
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= routed
|
||||
|
@ -36,7 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifdef sgi
|
||||
#ident "$Revision: 1.11 $"
|
||||
#ident "$FreeBSD$"
|
||||
#endif
|
||||
|
||||
/* Definitions for RIPv2 routing process.
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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);}
|
||||
|
@ -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 {
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Revision: 1.12 $
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -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};
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user