diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:27 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:25 +0000 |
commit | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (patch) | |
tree | 7d68e9e73f191c2d1c6eebd83b8e562ba8129bcb /sys/crypto/aesni | |
parent | 0d349c19beda4185496f7a81330e0961a462512d (diff) |
sys: Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in current:
(cherry picked from commit 685dc743dc3b)
Diffstat (limited to 'sys/crypto/aesni')
-rw-r--r-- | sys/crypto/aesni/aesni.c | 2 | ||||
-rw-r--r-- | sys/crypto/aesni/aesni_wrap.c | 2 | ||||
-rw-r--r-- | sys/crypto/aesni/intel_sha1.c | 2 | ||||
-rw-r--r-- | sys/crypto/aesni/intel_sha256.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c index eea32532131f..503e681c2bca 100644 --- a/sys/crypto/aesni/aesni.c +++ b/sys/crypto/aesni/aesni.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/crypto/aesni/aesni_wrap.c b/sys/crypto/aesni/aesni_wrap.c index cca69d3d5c96..b3174de6d4b6 100644 --- a/sys/crypto/aesni/aesni_wrap.c +++ b/sys/crypto/aesni/aesni_wrap.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/libkern.h> #include <sys/malloc.h> diff --git a/sys/crypto/aesni/intel_sha1.c b/sys/crypto/aesni/intel_sha1.c index e9e1836f8871..846484b7da09 100644 --- a/sys/crypto/aesni/intel_sha1.c +++ b/sys/crypto/aesni/intel_sha1.c @@ -56,8 +56,6 @@ * *******************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <crypto/aesni/aesni_os.h> #include <crypto/aesni/sha_sse.h> diff --git a/sys/crypto/aesni/intel_sha256.c b/sys/crypto/aesni/intel_sha256.c index 06636ccd4986..7e05eadea7f9 100644 --- a/sys/crypto/aesni/intel_sha256.c +++ b/sys/crypto/aesni/intel_sha256.c @@ -56,8 +56,6 @@ * *******************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <crypto/aesni/aesni_os.h> #include <crypto/aesni/sha_sse.h> |