From: Stu Grossman Date: Mon, 6 Apr 1992 23:35:26 +0000 (+0000) Subject: * detach.c (mmalloc_detach): Arg should be PTR, not void *. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6f2a109c2c993fb581c720862b4922255d889885;p=deliverable%2Fbinutils-gdb.git * detach.c (mmalloc_detach): Arg should be PTR, not void *. Fixes complaints from non __STDC__ systems. --- diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 52a6b700eb..6c80339f86 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 6 16:33:37 1992 Stu Grossman (grossman at cygnus.com) + + * detach.c (mmalloc_detach): Arg should be PTR, not void *. + Fixes complaints from non __STDC__ systems. + Wed Apr 1 11:47:02 1992 Fred Fish (fnf@cygnus.com) * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c: Minor comment