1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Remove unecessary patch.

PR:		249376
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2020-09-17 07:05:39 +00:00
parent 560442972a
commit 33f5fb9521
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548817

View File

@ -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>