summaryrefslogtreecommitdiff
path: root/net/pchar/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-04-18 19:01:55 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-04-18 19:01:55 +0000
commit8b7c1f4b6a300758e892bf38377c7d419dab0fe9 (patch)
tree4a66364c769e63b1a977ae036247c2e25124617f /net/pchar/patches
parent410087bbbd19fb157b1446d592e3b567c26e23e3 (diff)
downloadpkgsrc-8b7c1f4b6a300758e892bf38377c7d419dab0fe9.tar.gz
fix on alpha.
while here add the size to distinfo
Diffstat (limited to 'net/pchar/patches')
-rw-r--r--net/pchar/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa
new file mode 100644
index 00000000000..ed16ae2cdbc
--- /dev/null
+++ b/net/pchar/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.5 2001/04/18 19:01:56 dmcmahill Exp $
+
+needed on alpha, sparc64.
+
+--- main.cc.orig Tue Apr 3 15:41:35 2001
++++ main.cc Wed Apr 18 14:55:48 2001
+@@ -1413,6 +1413,6 @@
+ }
+
+- fprintf(stdout, " Start time: %s", ctime(&(timeFirst.tv_sec)));
+- fprintf(stdout, " End time: %s", ctime(&(timeLast.tv_sec)));
++ fprintf(stdout, " Start time: %s", ctime((time_t *) &(timeFirst.tv_sec)));
++ fprintf(stdout, " End time: %s", ctime((time_t *) &(timeLast.tv_sec)));
+ }
+