pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xrolodex Don't use malloc.h, use stdlib.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da96eda21f2
branches:  trunk
changeset: 531296:9da96eda21f2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 28 00:47:48 2007 +0000

description:
Don't use malloc.h, use stdlib.h.

diffstat:

 misc/xrolodex/distinfo         |   3 ++-
 misc/xrolodex/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r c1967ae9ef44 -r 9da96eda21f2 misc/xrolodex/distinfo
--- a/misc/xrolodex/distinfo    Sat Jul 28 00:43:22 2007 +0000
+++ b/misc/xrolodex/distinfo    Sat Jul 28 00:47:48 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:59 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/07/28 00:47:48 joerg Exp $
 
 SHA1 (xrolodex.1.5.motif.tar.Z) = fe263c22afc7d5375de00689c7e7c157f49a628a
 RMD160 (xrolodex.1.5.motif.tar.Z) = 73ac6a1c832cfdea12f5224c858ed758ec3ed97e
 Size (xrolodex.1.5.motif.tar.Z) = 126075 bytes
+SHA1 (patch-aa) = 5beaf958ad6af7a3c25ee21104e86bbd6079acd5
diff -r c1967ae9ef44 -r 9da96eda21f2 misc/xrolodex/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xrolodex/patches/patch-aa    Sat Jul 28 00:47:48 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2007/07/28 00:47:48 joerg Exp $
+
+--- streamdbP.h.orig   2007-07-28 00:28:43.000000000 +0000
++++ streamdbP.h
+@@ -68,9 +68,9 @@ char *argv[];
+ #define _streamdbP_h
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <malloc.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ 



Home | Main Index | Thread Index | Old Index