pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/mpack Remove conflicting declaration of mal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7b027a4e3a9
branches:  trunk
changeset: 514255:e7b027a4e3a9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 15:34:31 2006 +0000

description:
Remove conflicting declaration of malloc(); include stdlib.h instead.

diffstat:

 converters/mpack/distinfo         |   3 ++-
 converters/mpack/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 0838e203b2f1 -r e7b027a4e3a9 converters/mpack/distinfo
--- a/converters/mpack/distinfo Fri Jun 09 15:31:29 2006 +0000
+++ b/converters/mpack/distinfo Fri Jun 09 15:34:31 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/12/19 00:13:38 joerg Exp $
+$NetBSD: distinfo,v 1.7 2006/06/09 15:34:31 minskim Exp $
 
 SHA1 (mpack-1.5-src.tar.Z) = 1c5081edd9c7152d2a8c4585af2c5a3fc9f17d60
 RMD160 (mpack-1.5-src.tar.Z) = 614c35b1f63c2a6027c978946941cd8755cba774
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = a69986a5c1b7659fac6df05f4db9a44df3110892
 SHA1 (patch-ad) = 76f32d163021a81d73d8316f72b141ef3edf4f14
 SHA1 (patch-ae) = 46ca4ac43cd049399fc8b05e566bd6968a6dc019
+SHA1 (patch-af) = 9d2b3ad72a9a6491ef95b94b389813058ecc5103
diff -r 0838e203b2f1 -r e7b027a4e3a9 converters/mpack/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/mpack/patches/patch-af Fri Jun 09 15:34:31 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/06/09 15:34:31 minskim Exp $
+
+--- xmalloc.c.orig     1995-02-16 21:39:50.000000000 +0000
++++ xmalloc.c
+@@ -24,7 +24,7 @@
+  */
+ #include <stdio.h>
+ #include <string.h>
+-extern char *malloc(), *realloc();
++#include <stdlib.h>
+ 
+ char *xmalloc (size)
+ int size;



Home | Main Index | Thread Index | Old Index