diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
commit | 6e8f676783e80d5004357873cec81d74fd8fff28 (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /time | |
parent | 437e85176cf4c06d971f68c1dfbcc4bf55f43fbb (diff) | |
download | pkgsrc-6e8f676783e80d5004357873cec81d74fd8fff28.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'time')
-rw-r--r-- | time/sunclock/distinfo | 3 | ||||
-rw-r--r-- | time/sunclock/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/time/sunclock/distinfo b/time/sunclock/distinfo index f40013fc6ca..43babee6b84 100644 --- a/time/sunclock/distinfo +++ b/time/sunclock/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 14:47:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2004/05/23 23:28:29 danw Exp $ SHA1 (sunclock-1.4.tar.gz) = 25736e88de37cc5d7fba11c9cf47d29a50c121b5 Size (sunclock-1.4.tar.gz) = 28758 bytes +SHA1 (patch-aa) = 1e315cb6a68bf7d97a849ef9437aff277d3a4862 diff --git a/time/sunclock/patches/patch-aa b/time/sunclock/patches/patch-aa new file mode 100644 index 00000000000..e6ae63a329c --- /dev/null +++ b/time/sunclock/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/05/23 23:28:29 danw Exp $ + +--- tildepath.c.orig Sun Mar 29 16:08:21 1998 ++++ tildepath.c +@@ -37,7 +37,6 @@ static char SccsId[] = { "@(#) tildepath + #include <stdio.h> + #include <stdlib.h> + #include <pwd.h> +-#include <malloc.h> + #include <string.h> + #include <unistd.h> + |