View | Details | Raw Unified | Return to bug 37938
Collapse All | Expand All

(-)axe/files/patch-Help::axinfo.c (+11 lines)
Line 0 Link Here
1
--- Help/axinfo.c.orig	Fri May 10 22:26:46 2002
2
+++ Help/axinfo.c	Fri May 10 22:27:13 2002
3
@@ -45,7 +45,7 @@
4
 #include <stdio.h>
5
 
6
 extern char *getenv();
7
-extern char *malloc(), *realloc();
8
+extern void *malloc(), *realloc();
9
 
10
 #include "Confirmer.h"
11
 #include "Hyper.h"
(-)axe/files/patch-coaxe.c (+11 lines)
Line 0 Link Here
1
--- coaxe.c.orig	Fri May 10 22:28:40 2002
2
+++ coaxe.c	Fri May 10 22:28:53 2002
3
@@ -38,7 +38,7 @@
4
 #endif
5
 #include <stdio.h>
6
 extern char *getenv();
7
-extern char *malloc(), *realloc();
8
+extern void *malloc(), *realloc();
9
 
10
 #include "util.h"
11

Return to bug 37938