mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
d6e66654bd
PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de
12 lines
273 B
C
12 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"
|