aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:56 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:27 +0000
commit5510f79042fbd543de55807d0da7f8a2b8be2f89 (patch)
tree6d052bbd0e2906713af25ee716c4e84d37c7ab14 /sys/geom/raid
parentd10370254169a65d32acd43557214015acbec0d4 (diff)
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
Diffstat (limited to 'sys/geom/raid')
-rw-r--r--sys/geom/raid/g_raid_md_if.m1
-rw-r--r--sys/geom/raid/g_raid_tr_if.m1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/raid/g_raid_md_if.m b/sys/geom/raid/g_raid_md_if.m
index 3fcbab4b57ca..cd4c2376ddea 100644
--- a/sys/geom/raid/g_raid_md_if.m
+++ b/sys/geom/raid/g_raid_md_if.m
@@ -23,7 +23,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
#include <sys/param.h>
#include <sys/lock.h>
diff --git a/sys/geom/raid/g_raid_tr_if.m b/sys/geom/raid/g_raid_tr_if.m
index 8de09ba1eb56..c33cb37d5724 100644
--- a/sys/geom/raid/g_raid_tr_if.m
+++ b/sys/geom/raid/g_raid_tr_if.m
@@ -23,7 +23,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
#include <sys/param.h>
#include <sys/lock.h>