diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-13 18:46:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-13 18:46:06 +0000 |
commit | d5a9cd32a0478e397805f42a14d2c0555b4d3c6a (patch) | |
tree | 8cc69cae65d0b79634d113a7d37716c7709d608c /cad | |
parent | 4382775b0f225c8d7a172e0a70cea17a9b5043b1 (diff) | |
download | pkgsrc-d5a9cd32a0478e397805f42a14d2c0555b4d3c6a.tar.gz |
Always include string.h, strdup works better that way.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/magic/distinfo | 3 | ||||
-rw-r--r-- | cad/magic/patches/patch-az | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/cad/magic/distinfo b/cad/magic/distinfo index faec4149177..6fbaa95322b 100644 --- a/cad/magic/distinfo +++ b/cad/magic/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2006/01/06 18:14:06 joerg Exp $ +$NetBSD: distinfo,v 1.9 2006/01/13 18:46:06 joerg Exp $ SHA1 (magic-7.1.tar.gz) = 176eb4c6a0ff33c6e265e61360c02da4f454f101 RMD160 (magic-7.1.tar.gz) = 7ab03ba23243817b168254f8c6f7a50d8ea2a4db @@ -28,3 +28,4 @@ SHA1 (patch-av) = 14422e1d0d714762c95890d850b149223d157944 SHA1 (patch-aw) = 557bf1993732183b6738ec12539736ebd9aaa900 SHA1 (patch-ax) = 8bc1938b4435d7724a666ad283c0aef93abdabf1 SHA1 (patch-ay) = b31fee8531d37d07a0e3eab89b6526508c7e7199 +SHA1 (patch-az) = cc7a6cf8edd61f5f553be4fd390ca28d63dc89fd diff --git a/cad/magic/patches/patch-az b/cad/magic/patches/patch-az new file mode 100644 index 00000000000..b2bf1df205b --- /dev/null +++ b/cad/magic/patches/patch-az @@ -0,0 +1,14 @@ +$NetBSD: patch-az,v 1.1 2006/01/13 18:46:06 joerg Exp $ + +--- textio/txInput.c.orig 2006-01-13 18:28:21.000000000 +0000 ++++ textio/txInput.c +@@ -26,9 +26,7 @@ static char rcsid[]="$Header: /ufs/repos + #include <unistd.h> + #include <ctype.h> + #include <dirent.h> +-#ifdef SYSV + #include <string.h> +-#endif + + + #include "misc/magsgtty.h" |