Remove $FreeBSD$: alt two-line .c pattern

Remove /^\s*__RCSID\("\$FreeBSD\$"\);\n\n/
This commit is contained in:
Warner Losh 2023-08-16 11:54:48 -06:00
parent 1d386b48a5
commit da5432eda8
26 changed files with 0 additions and 60 deletions

View File

@ -33,9 +33,6 @@
#include "defs.h"
#include "pathnames.h"
__RCSID("$FreeBSD$");
struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */
struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */

View File

@ -30,9 +30,6 @@
*/
#include "defs.h"
__RCSID("$FreeBSD$");
static void input(struct sockaddr_in *, struct interface *, struct interface *,
struct rip *, int);
static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *);

View File

@ -38,8 +38,6 @@
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 "
"The Regents of the University of California."
" All rights reserved.");
__RCSID("$FreeBSD$");
pid_t mypid;
naddr myaddr; /* system address */

View File

@ -31,9 +31,6 @@
#include "defs.h"
__RCSID("$FreeBSD$");
u_int update_seqno;

View File

@ -33,9 +33,6 @@
#include "pathnames.h"
#include <sys/stat.h>
__RCSID("$FreeBSD$");
static struct parm *parms;
struct intnet *intnets;
struct r1net *r1nets;

View File

@ -36,9 +36,6 @@
*/
#include "defs.h"
__RCSID("$FreeBSD$");
#define log(x, msg) syslog(x, msg)
#define panic(s) {log(LOG_ERR,s); exit(1);}
#define min(a,b) (((a)<(b))?(a):(b))

View File

@ -33,9 +33,6 @@
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
__RCSID("$FreeBSD$");
/* router advertisement ICMP packet */
struct icmp_ad {
u_int8_t icmp_type; /* type of message */

View File

@ -30,9 +30,6 @@
*/
#include "defs.h"
__RCSID("$FreeBSD$");
static struct rt_spare *rts_better(struct rt_entry *);
static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0};
static void set_need_flash(void);

View File

@ -36,9 +36,6 @@
#include <sys/signal.h>
#include <fcntl.h>
__RCSID("$FreeBSD$");
int tracelevel, new_tracelevel;
FILE *ftrace; /* output trace file */

View File

@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>

View File

@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <stdlib.h>
#include <unistd.h>

View File

@ -34,8 +34,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/ioctl.h>

View File

@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/types.h>

View File

@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/mman.h>

View File

@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>

View File

@ -32,8 +32,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/endian.h>

View File

@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/mman.h>

View File

@ -32,8 +32,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <err.h>
#include <errno.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/ioctl.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <ctype.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <ctype.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>

View File

@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <err.h>