aboutsummaryrefslogtreecommitdiff
path: root/security/intel-ipsec-mb
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2020-09-17 07:05:39 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2020-09-17 07:05:39 +0000
commit33f5fb952132b243ff367871cdce1372fa1a786e (patch)
tree6ad1ce6fb8ec3a10accef85ac7a1d108cc8d3ebd /security/intel-ipsec-mb
parent560442972a4fc1bf42ef93a1b43de6abb09e8209 (diff)
downloadports-33f5fb952132b243ff367871cdce1372fa1a786e.tar.gz
ports-33f5fb952132b243ff367871cdce1372fa1a786e.zip
Remove unecessary patch.
PR: 249376 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=548817
Diffstat (limited to 'security/intel-ipsec-mb')
-rw-r--r--security/intel-ipsec-mb/files/patch-perf_ipsec__perf.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/intel-ipsec-mb/files/patch-perf_ipsec__perf.c b/security/intel-ipsec-mb/files/patch-perf_ipsec__perf.c
deleted file mode 100644
index c3fcb6bd188c..000000000000
--- a/security/intel-ipsec-mb/files/patch-perf_ipsec__perf.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- perf/ipsec_perf.c.orig 2020-07-30 14:06:18 UTC
-+++ perf/ipsec_perf.c
-@@ -32,8 +32,11 @@
- #include <inttypes.h>
- #include <string.h>
- #include <errno.h>
-+#if defined (__linux__) || defined (__FreeBSD__)
-+#include <stdlib.h>
-+#else
- #include <malloc.h> /* memalign() or _aligned_malloc()/aligned_free() */
--
-+#endif
- #ifdef _WIN32
- #include <windows.h>
- #include <process.h>