aboutsummaryrefslogtreecommitdiff
path: root/security/ktls_isa-l_crypto-kmod
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 /security/ktls_isa-l_crypto-kmod
parent305f148f482daf30dcf728039d03d019f88344eb (diff)
downloadports-135fdeebb99c3569e42d8162b265e15d29bd937d.tar.gz
ports-135fdeebb99c3569e42d8162b265e15d29bd937d.zip
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'security/ktls_isa-l_crypto-kmod')
-rw-r--r--security/ktls_isa-l_crypto-kmod/files/Makefile4
-rw-r--r--security/ktls_isa-l_crypto-kmod/files/intelisa_kern.c1
2 files changed, 0 insertions, 5 deletions
diff --git a/security/ktls_isa-l_crypto-kmod/files/Makefile b/security/ktls_isa-l_crypto-kmod/files/Makefile
index 8761ea789fa8..382841b4333c 100644
--- a/security/ktls_isa-l_crypto-kmod/files/Makefile
+++ b/security/ktls_isa-l_crypto-kmod/files/Makefile
@@ -1,4 +1,3 @@
-#
# Copyright (c) 2016-2019 Netflix, Inc
#
# Redistribution and use in source and binary forms, with or without
@@ -24,9 +23,6 @@
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
# THE POSSIBILITY OF SUCH DAMAGES.
-#
-# $FreeBSD$
-#
ISAINC=${ISASRC}/include
ISAAES=${ISASRC}/aes
diff --git a/security/ktls_isa-l_crypto-kmod/files/intelisa_kern.c b/security/ktls_isa-l_crypto-kmod/files/intelisa_kern.c
index d3816ffe54cb..4a6c2b0d62d7 100644
--- a/security/ktls_isa-l_crypto-kmod/files/intelisa_kern.c
+++ b/security/ktls_isa-l_crypto-kmod/files/intelisa_kern.c
@@ -28,7 +28,6 @@
*
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>