freebsd-ports/editors/axe/files/patch-Help::axinfo.c
David W. Chapman Jr. d6e66654bd Fix building on -current
PR:		37938
Submitted by:	obraun@informatik.unibw-muenchen.de
2002-05-15 14:15:13 +00:00

11 lines
273 B
C

--- 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 <stdio.h>
extern char *getenv();
-extern char *malloc(), *realloc();
+extern void *malloc(), *realloc();
#include "Confirmer.h"
#include "Hyper.h"