diff options
Diffstat (limited to 'mail/postsrsd/files/patch-srs2.c')
-rw-r--r-- | mail/postsrsd/files/patch-srs2.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/postsrsd/files/patch-srs2.c b/mail/postsrsd/files/patch-srs2.c deleted file mode 100644 index a9c09a5e1b14..000000000000 --- a/mail/postsrsd/files/patch-srs2.c +++ /dev/null @@ -1,15 +0,0 @@ ---- srs2.c.orig 2015-12-13 08:56:05 UTC -+++ srs2.c -@@ -21,7 +21,11 @@ - #include <sys/types.h> /* tyepdefs */ - #include <sys/time.h> /* timeval / timezone struct */ - #include <string.h> /* memcpy, strcpy, memset */ --#include <alloca.h> -+#if defined(__FreeBSD__) -+# include <stdlib.h> -+#else -+# include <alloca.h> -+#endif - - #ifdef USE_OPENSSL - #include <openssl/hmac.h> |