summaryrefslogtreecommitdiff
blob: 0a0ce4337080894fd245341a287b4d2e3bcf8f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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;