diff options
author | Daniel O'Connor <darius@dons.net.au> | 2021-07-19 22:46:25 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-07-19 22:55:18 +0800 |
commit | 6274872969d612ea579e578b9074b12f9d3bfd95 (patch) | |
tree | c14745e48ec9e0cc9f7f015cf084cff93648016c /sysutils/pefs-kmod/files/patch-pefs_aesni.h | |
parent | x11-toolkits/vte3: update to 0.64.2 (diff) |
sysutils/pefs-kmod: Fix build for 13+ and take maintainership
PR: 256956
Approved by: gleb (original maintainer)
Diffstat (limited to 'sysutils/pefs-kmod/files/patch-pefs_aesni.h')
-rw-r--r-- | sysutils/pefs-kmod/files/patch-pefs_aesni.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/pefs-kmod/files/patch-pefs_aesni.h b/sysutils/pefs-kmod/files/patch-pefs_aesni.h deleted file mode 100644 index b4cf4f42ab3a..000000000000 --- a/sysutils/pefs-kmod/files/patch-pefs_aesni.h +++ /dev/null @@ -1,17 +0,0 @@ ---- sys/fs/pefs/pefs_aesni.h.orig -+++ sys/fs/pefs/pefs_aesni.h -@@ -26,6 +26,8 @@ - * $FreeBSD$ - */ - -+#ifdef PEFS_AESNI -+ - #include <crypto/aesni/aesni.h> - - struct pefs_aesni_ctx { -@@ -41,3 +43,5 @@ - u_int fpu_cpuid; - int fpu_saved; - }; -+ -+#endif |