aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:41 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:26 +0000
commit3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch)
treeeb78e480f145df82b587a21d05299b496d5e15ad /lib/libcam
parent3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff)
downloadsrc-3d497e17ebd33fe0f58d773e35ab994d750258d6.tar.gz
src-3d497e17ebd33fe0f58d773e35ab994d750258d6.zip
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/libcam')
-rw-r--r--lib/libcam/camlib.c2
-rw-r--r--lib/libcam/scsi_cmdparse.c2
-rw-r--r--lib/libcam/tests/cam_test.c2
-rw-r--r--lib/libcam/tests/libcam_test.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c
index 63c347663c42..6074cdebeb63 100644
--- a/lib/libcam/camlib.c
+++ b/lib/libcam/camlib.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/param.h>
#include <assert.h>
diff --git a/lib/libcam/scsi_cmdparse.c b/lib/libcam/scsi_cmdparse.c
index b123d2747ca9..287e08d530ab 100644
--- a/lib/libcam/scsi_cmdparse.c
+++ b/lib/libcam/scsi_cmdparse.c
@@ -38,8 +38,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <stdlib.h>
diff --git a/lib/libcam/tests/cam_test.c b/lib/libcam/tests/cam_test.c
index 0c62f0fd6038..6c9fda40d43c 100644
--- a/lib/libcam/tests/cam_test.c
+++ b/lib/libcam/tests/cam_test.c
@@ -27,8 +27,6 @@
/* Tests functions in sys/cam/cam.c */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
diff --git a/lib/libcam/tests/libcam_test.c b/lib/libcam/tests/libcam_test.c
index 5fdfbf199376..912f62c42c6c 100644
--- a/lib/libcam/tests/libcam_test.c
+++ b/lib/libcam/tests/libcam_test.c
@@ -26,8 +26,6 @@
/* Tests functions in lib/libcam/camlib.c */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>