aboutsummaryrefslogtreecommitdiff
path: root/sys/gdb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
commit685dc743dc3b5645e34836464128e1c0558b404b (patch)
tree39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/gdb
parente5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff)
downloadsrc-685dc743dc3b5645e34836464128e1c0558b404b.tar.gz
src-685dc743dc3b5645e34836464128e1c0558b404b.zip
sys: Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Diffstat (limited to 'sys/gdb')
-rw-r--r--sys/gdb/gdb_cons.c2
-rw-r--r--sys/gdb/gdb_main.c2
-rw-r--r--sys/gdb/gdb_packet.c2
-rw-r--r--sys/gdb/netgdb.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c
index 68d53a3a615c..ab81f7a014c8 100644
--- a/sys/gdb/gdb_cons.c
+++ b/sys/gdb/gdb_cons.c
@@ -34,8 +34,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/cons.h>
diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c
index 1734149cd202..e0268f316ddd 100644
--- a/sys/gdb/gdb_main.c
+++ b/sys/gdb/gdb_main.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kdb.h>
diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c
index 550d15dfabe1..933d69365d24 100644
--- a/sys/gdb/gdb_packet.c
+++ b/sys/gdb/gdb_packet.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ctype.h>
diff --git a/sys/gdb/netgdb.c b/sys/gdb/netgdb.c
index 58e02bb97d28..918176aafdd0 100644
--- a/sys/gdb/netgdb.c
+++ b/sys/gdb/netgdb.c
@@ -50,8 +50,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "opt_ddb.h"
#ifndef DDB
#error "NetGDB cannot be used without DDB at this time"