summaryrefslogtreecommitdiff
path: root/misc/dt
diff options
context:
space:
mode:
authorfredb <fredb>2003-11-20 00:59:08 +0000
committerfredb <fredb>2003-11-20 00:59:08 +0000
commite94f53bdd358c75c7176d8de2fa41a4f195df8fc (patch)
tree162bff486753cdcb60e492786c94ba9e52fcea60 /misc/dt
parentdf3c216462e69d967282bd006cdc8c8fa733117b (diff)
downloadpkgsrc-e94f53bdd358c75c7176d8de2fa41a4f195df8fc.tar.gz
Fix missing prototype for memcpy().
Diffstat (limited to 'misc/dt')
-rw-r--r--misc/dt/distinfo3
-rw-r--r--misc/dt/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/dt/distinfo b/misc/dt/distinfo
index 2a6015ad33e..b5f42f76e59 100644
--- a/misc/dt/distinfo
+++ b/misc/dt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/11/20 00:33:47 fredb Exp $
+$NetBSD: distinfo,v 1.7 2003/11/20 00:59:08 fredb Exp $
SHA1 (dt-1.1.7.tar.gz) = 024c3137185dd93ced163e82227f53cfb79b993e
Size (dt-1.1.7.tar.gz) = 119975 bytes
@@ -6,3 +6,4 @@ SHA1 (patch-aa) = 9877c123f2f7f13ece91b40a70fb490524e53f18
SHA1 (patch-ab) = 2ae1300185208c2ad251f088eec28dcbc48c56f6
SHA1 (patch-ac) = 2dfde914d866b3ad5ded30be4252d2675984ce74
SHA1 (patch-ad) = 68320e1b2bda509cd940cf531d19ec8511ceca91
+SHA1 (patch-ae) = 6e79e4d8164eae3651eaff18c5251d62b2463f6b
diff --git a/misc/dt/patches/patch-ae b/misc/dt/patches/patch-ae
new file mode 100644
index 00000000000..81c332a09a9
--- /dev/null
+++ b/misc/dt/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2003/11/20 00:59:08 fredb Exp $
+
+--- mux.c.orig 1996-06-09 07:32:29.000000000 -0500
++++ mux.c
+@@ -35,6 +35,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "config.h"
+