From d6e66654bd57cc5e14e28b7b772f4d2172d4cbef Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Wed, 15 May 2002 14:15:13 +0000 Subject: Fix building on -current PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de --- editors/axe/files/patch-Help::axinfo.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/axe/files/patch-Help::axinfo.c (limited to 'editors/axe/files/patch-Help::axinfo.c') diff --git a/editors/axe/files/patch-Help::axinfo.c b/editors/axe/files/patch-Help::axinfo.c new file mode 100644 index 000000000000..944e96e0e1c5 --- /dev/null +++ b/editors/axe/files/patch-Help::axinfo.c @@ -0,0 +1,11 @@ +--- Help/axinfo.c.orig Fri May 10 22:26:46 2002 ++++ Help/axinfo.c Fri May 10 22:27:13 2002 +@@ -45,7 +45,7 @@ + #include + + extern char *getenv(); +-extern char *malloc(), *realloc(); ++extern void *malloc(), *realloc(); + + #include "Confirmer.h" + #include "Hyper.h" -- cgit v1.2.3