summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 19:26:20 +0000
committerache <ache@FreeBSD.org>1997-09-24 19:26:20 +0000
commit5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb (patch)
treea33f96d90325bf0aaf6d1140053cf18c48626471 /games
parent6dbfe3ba60410a62395c089039a8a727cafe011b (diff)
downloadFreeBSD-src-5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb.zip
FreeBSD-src-5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb.tar.gz
Remove conflicting malloc declaration
Diffstat (limited to 'games')
-rw-r--r--games/arithmetic/arithmetic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c
index cfde8e9..40261d6 100644
--- a/games/arithmetic/arithmetic.c
+++ b/games/arithmetic/arithmetic.c
@@ -292,7 +292,6 @@ penalise(value, op, operand)
int value, op, operand;
{
struct penalty *p;
- char *malloc();
op = opnum(op);
if ((p = (struct penalty *)malloc((u_int)sizeof(*p))) == NULL)
OpenPOWER on IntegriCloud