Files
gentoo/app-crypt/mcrypt/files/mcrypt-2.6.8-stdlib.h.patch
Alon Bar-Lev a19d701b85 app-crypt/mcrypt: eapi bump
Package-Manager: portage-2.3.0
2017-01-14 01:32:37 +02:00

12 lines
262 B
Diff

--- a/src/rfc2440.c 2008-11-17 06:50:01.000000000 +1100
+++ b/src/rfc2440.c 2010-08-10 13:48:28.000000000 +1000
@@ -23,7 +23,7 @@
#include <zlib.h>
#endif
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "xmalloc.h"
#include "keys.h"