diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:23 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:23 +0000 |
commit | 0d349c19beda4185496f7a81330e0961a462512d (patch) | |
tree | 0de7af5fe84ef5ad577113dd8fba5a0e4c5d90e2 /usr.bin/tail/misc.c | |
parent | ecf688348bd2c1e292b64a1a37b1d0f545aaa11e (diff) |
Remove $FreeBSD$: two-line .c pattern
Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
Similar commit in main:
(cherry picked from commit e5d258c9e599)
Diffstat (limited to 'usr.bin/tail/misc.c')
-rw-r--r-- | usr.bin/tail/misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 537cf00ccfe3..21d0db8b5d40 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; |