Remove #ident directives, they don't exist on the vendor branch anymore.

This commit is contained in:
Stefan Farfeleder 2005-05-31 20:28:49 +00:00
parent d27006c826
commit 92e7a424c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146838
9 changed files with 1 additions and 9 deletions

View File

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

View File

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

View File

@ -50,7 +50,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
#ident "$FreeBSD$"
pid_t mypid;

View File

@ -39,7 +39,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
#ident "$FreeBSD$"
u_int update_seqno;

View File

@ -41,7 +41,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.26 $");
#ident "$Revision: 2.26 $"
#endif
#ident "$FreeBSD$"
struct parm *parms;

View File

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

View File

@ -42,7 +42,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
#ident "$FreeBSD$"
/* router advertisement ICMP packet */
struct icmp_ad {

View File

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

View File

@ -44,7 +44,6 @@ __RCSID("$FreeBSD$");
__RCSID("$Revision: 2.27 $");
#ident "$Revision: 2.27 $"
#endif
#ident "$FreeBSD$"
#ifdef sgi