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/dev-libs/wnn7sdk/files/wnn7sdk-malloc.patch

21 lines
366 B

--- Wnn/jlib/js.c.bak 2005-01-20 12:33:10.000000000 +0900
+++ Wnn/jlib/js.c 2005-01-20 12:33:10.000000000 +0900
@@ -159,7 +159,7 @@
*/
-extern char *malloc();
+extern void *malloc();
#include <stdio.h>
#include <ctype.h>
@@ -199,7 +199,7 @@
#include "../etc/pwd.c"
-char *malloc();
+void *malloc();
typedef struct _host_address {
int address_len;