diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 00:47:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 00:47:48 +0000 |
commit | e0d080e482a63d308357af66c3b33de798d07626 (patch) | |
tree | c6c2e781fcdd91a5ceb4ae4d88cc108cbaf53c85 /misc | |
parent | 16f4767945c8ad75779203fa5b188c845f6ff69e (diff) | |
download | pkgsrc-e0d080e482a63d308357af66c3b33de798d07626.tar.gz |
Don't use malloc.h, use stdlib.h.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xrolodex/distinfo | 3 | ||||
-rw-r--r-- | misc/xrolodex/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/misc/xrolodex/distinfo b/misc/xrolodex/distinfo index c92ad21eb69..c13221e74f4 100644 --- a/misc/xrolodex/distinfo +++ b/misc/xrolodex/distinfo @@ -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 --git a/misc/xrolodex/patches/patch-aa b/misc/xrolodex/patches/patch-aa new file mode 100644 index 00000000000..bf9d98b0292 --- /dev/null +++ b/misc/xrolodex/patches/patch-aa @@ -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> + |