diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:26 +0000 |
commit | 3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch) | |
tree | eb78e480f145df82b587a21d05299b496d5e15ad /lib/libnetgraph | |
parent | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff) |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r-- | lib/libnetgraph/debug.c | 2 | ||||
-rw-r--r-- | lib/libnetgraph/msg.c | 2 | ||||
-rw-r--r-- | lib/libnetgraph/sock.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index f44504140b8b..dbb7874a04e2 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/time.h> #include <sys/ioctl.h> diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 061bdc233ff5..fb62b84ed4ef 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/socket.h> #include <stdarg.h> diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c index 12603d3b10ab..94bcd730b963 100644 --- a/lib/libnetgraph/sock.c +++ b/lib/libnetgraph/sock.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/socket.h> #include <stdarg.h> |