Remove #ident directives, they don't exist on the vendor branch anymore.
This commit is contained in:
parent
c66aba3f75
commit
7f6920d685
@ -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
|
||||
|
@ -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);
|
||||
|
@ -50,7 +50,6 @@ __RCSID("$FreeBSD$");
|
||||
__RCSID("$Revision: 2.27 $");
|
||||
#ident "$Revision: 2.27 $"
|
||||
#endif
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
pid_t mypid;
|
||||
|
||||
|
@ -39,7 +39,6 @@ __RCSID("$FreeBSD$");
|
||||
__RCSID("$Revision: 2.27 $");
|
||||
#ident "$Revision: 2.27 $"
|
||||
#endif
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
|
||||
u_int update_seqno;
|
||||
|
@ -41,7 +41,6 @@ __RCSID("$FreeBSD$");
|
||||
__RCSID("$Revision: 2.26 $");
|
||||
#ident "$Revision: 2.26 $"
|
||||
#endif
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
|
||||
struct parm *parms;
|
||||
|
@ -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);}
|
||||
|
@ -42,7 +42,6 @@ __RCSID("$FreeBSD$");
|
||||
__RCSID("$Revision: 2.27 $");
|
||||
#ident "$Revision: 2.27 $"
|
||||
#endif
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
/* router advertisement ICMP packet */
|
||||
struct icmp_ad {
|
||||
|
@ -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};
|
||||
|
@ -44,7 +44,6 @@ __RCSID("$FreeBSD$");
|
||||
__RCSID("$Revision: 2.27 $");
|
||||
#ident "$Revision: 2.27 $"
|
||||
#endif
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
|
||||
#ifdef sgi
|
||||
|
Loading…
Reference in New Issue
Block a user