summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authordanw <danw>2004-05-23 23:28:29 +0000
committerdanw <danw>2004-05-23 23:28:29 +0000
commit74fb83c806b0c83263095a58620a9ae721852525 (patch)
tree0a42eca1c1ab7788ea2342975f551b1a6729f673 /time
parent455cca40b855dd9893f029b3e9a563f675f02810 (diff)
downloadpkgsrc-74fb83c806b0c83263095a58620a9ae721852525.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/distinfo3
-rw-r--r--time/sunclock/patches/patch-aa12
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>
+