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/systat/ip6.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/systat/ip6.c')
-rw-r--r-- | usr.bin/systat/ip6.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index ac9063f48fce..c7d9d477ada9 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -29,9 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; |