aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /lib/libbe
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
downloadsrc-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz
src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip
Diffstat (limited to 'lib/libbe')
-rw-r--r--lib/libbe/be.c2
-rw-r--r--lib/libbe/be_access.c2
-rw-r--r--lib/libbe/be_error.c2
-rw-r--r--lib/libbe/be_info.c2
-rw-r--r--lib/libbe/tests/target_prog.c2
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libbe/be.c b/lib/libbe/be.c
index e607ab12215b..38e5e44abb53 100644
--- a/lib/libbe/be.c
+++ b/lib/libbe/be.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/module.h>
#include <sys/mount.h>
diff --git a/lib/libbe/be_access.c b/lib/libbe/be_access.c
index 9f9010527b95..67b30d3fb4fb 100644
--- a/lib/libbe/be_access.c
+++ b/lib/libbe/be_access.c
@@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/mntent.h>
#include "be.h"
diff --git a/lib/libbe/be_error.c b/lib/libbe/be_error.c
index 9093e8847dc4..f515fe136f12 100644
--- a/lib/libbe/be_error.c
+++ b/lib/libbe/be_error.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "be.h"
#include "be_impl.h"
diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c
index 64a5e7de2956..88a9b17bf421 100644
--- a/lib/libbe/be_info.c
+++ b/lib/libbe/be_info.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/zfs_context.h>
#include <libzfsbootenv.h>
diff --git a/lib/libbe/tests/target_prog.c b/lib/libbe/tests/target_prog.c
index c49cd0067605..4c79d1a30714 100644
--- a/lib/libbe/tests/target_prog.c
+++ b/lib/libbe/tests/target_prog.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <be.h>
/*