diff options
author | dmcmahill <dmcmahill> | 2003-02-08 17:23:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-08 17:23:07 +0000 |
commit | abff93f2efbeeda8444102dc000579099a356c78 (patch) | |
tree | fdb856d3a219a0b36569a17147ed9acbf2e1b19a /mail | |
parent | a8dcbad64de2b94f027b2bfc227588d0651d0835 (diff) | |
download | pkgsrc-abff93f2efbeeda8444102dc000579099a356c78.tar.gz |
include missing header to make this build on alpha.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/deliver/distinfo | 3 | ||||
-rw-r--r-- | mail/deliver/patches/patch-ah | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/deliver/distinfo b/mail/deliver/distinfo index 10d34283292..edb846191d3 100644 --- a/mail/deliver/distinfo +++ b/mail/deliver/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/07/02 12:56:53 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/02/08 17:23:07 dmcmahill Exp $ SHA1 (deliver-2.1.14.tar.gz) = 77d591f29b8829b3c347eb107a427ad826ffca99 Size (deliver-2.1.14.tar.gz) = 80892 bytes @@ -9,3 +9,4 @@ SHA1 (patch-ad) = 0404e117fda6f03ddc99c819353925c8714fced2 SHA1 (patch-ae) = a4e478765a240a2099c101ddd2d6abf3ddcf0ba2 SHA1 (patch-af) = 88f00520492a1906e81627e4e4cd9ba6c3858eef SHA1 (patch-ag) = 1ea8ca73ce2f930444cdcb3a09f49a11926bf3da +SHA1 (patch-ah) = 380e17b0e1dc659013be50e75ea0141b94081681 diff --git a/mail/deliver/patches/patch-ah b/mail/deliver/patches/patch-ah new file mode 100644 index 00000000000..dcc792226c6 --- /dev/null +++ b/mail/deliver/patches/patch-ah @@ -0,0 +1,10 @@ +$NetBSD: patch-ah,v 1.1 2003/02/08 17:23:08 dmcmahill Exp $ + +--- header.c.orig Wed Dec 1 21:16:21 1999 ++++ header.c Sat Feb 8 12:16:25 2003 +@@ -38,4 +38,5 @@ + #include <stdio.h> + #include <ctype.h> ++#include <string.h> + + /* |