1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/editors/axe/files/patch-coaxe.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

12 lines
244 B
C

--- coaxe.c.orig Fri May 10 22:28:40 2002
+++ coaxe.c Fri May 10 22:28:53 2002
@@ -38,7 +38,7 @@
#endif
#include <stdio.h>
extern char *getenv();
-extern char *malloc(), *realloc();
+extern void *malloc(), *realloc();
#include "util.h"