mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d6e66654bd
PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de
12 lines
244 B
C
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"
|
|
|