summaryrefslogtreecommitdiffstats
path: root/games/adventure
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-13 07:37:10 +0000
committerjkh <jkh@FreeBSD.org>1996-12-13 07:37:10 +0000
commite0f6f49854be479536476c61607a4fcfdbe22718 (patch)
treee4e04c2c03a37516b8d6b695f7cd514cef20a360 /games/adventure
parent660ae516b66d953bd537d73e4129ee3c641365f3 (diff)
downloadFreeBSD-src-e0f6f49854be479536476c61607a4fcfdbe22718.zip
FreeBSD-src-e0f6f49854be479536476c61607a4fcfdbe22718.tar.gz
Remove bogus declaration of malloc(). Closes PR#2197
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/hdr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h
index 3072f9b..c77663a 100644
--- a/games/adventure/hdr.h
+++ b/games/adventure/hdr.h
@@ -156,7 +156,6 @@ int turns,lmwarn,iwest,knfloc,detail, /* various flags & counters */
int demo,newloc,limit;
-char *malloc();
char *decr();
unsigned long crc();
OpenPOWER on IntegriCloud