aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/raidtest
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:21:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:31:13 +0000
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /benchmarks/raidtest
parent305f148f482daf30dcf728039d03d019f88344eb (diff)
downloadports-135fdeebb99c3569e42d8162b265e15d29bd937d.tar.gz
ports-135fdeebb99c3569e42d8162b265e15d29bd937d.zip
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'benchmarks/raidtest')
-rw-r--r--benchmarks/raidtest/files/Makefile2
-rw-r--r--benchmarks/raidtest/files/raidtest.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/benchmarks/raidtest/files/Makefile b/benchmarks/raidtest/files/Makefile
index 1be726de4500..c02a1102d20a 100644
--- a/benchmarks/raidtest/files/Makefile
+++ b/benchmarks/raidtest/files/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
PROG= raidtest
MAN=
WARNS?= 6
diff --git a/benchmarks/raidtest/files/raidtest.c b/benchmarks/raidtest/files/raidtest.c
index d4557e177131..d526f51bfa43 100644
--- a/benchmarks/raidtest/files/raidtest.c
+++ b/benchmarks/raidtest/files/raidtest.c
@@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>