Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef BPTYPES_H
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* dovend.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
|
||||
extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* getether.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
extern int getether(char *ifname, char *eaptr);
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* getif.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
extern struct ifreq *getif(int, struct in_addr *);
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* lookup.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "bptypes.h" /* for int32, u_int32 */
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* readfile.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "bptypes.h"
|
||||
#include "hash.h"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* report() - calls syslog
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* report.h */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
extern void report_init(int nolog);
|
||||
extern void report(int, const char *, ...) __printflike(2, 3);
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* bootptest.h */
|
||||
/* $FreeBSD$ */
|
||||
/*
|
||||
* Hacks for sharing print-bootp.c between tcpdump and bootptest.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user