You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/mcrypt/files/mcrypt-2.6.8-stdlib.h.patch

12 lines
262 B

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