diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:01:20 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:01:20 +0000 |
commit | 28d3c6d55708b8beb86f41e9a2625d65f4c35307 (patch) | |
tree | 5098cf1dc6ebb944d9addc4fd31ba732340ecc71 /mail/ja-mh/patches/patch-ac | |
parent | 61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe (diff) | |
download | pkgsrc-28d3c6d55708b8beb86f41e9a2625d65f4c35307.tar.gz |
Reimport of package ja-mh6 from japanese/mh into mail/ja-mh.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
Diffstat (limited to 'mail/ja-mh/patches/patch-ac')
-rw-r--r-- | mail/ja-mh/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ja-mh/patches/patch-ac b/mail/ja-mh/patches/patch-ac new file mode 100644 index 00000000000..9682d73f37e --- /dev/null +++ b/mail/ja-mh/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/05/31 13:01:20 seb Exp $ + +--- ./sbr/remdir.c.orig Fri Apr 24 06:02:00 1998 ++++ ./sbr/remdir.c Mon Nov 1 19:13:30 1999 +@@ -6,4 +6,7 @@ + #include "../h/mh.h" + #include <stdio.h> ++#ifdef UNISTD ++#include <unistd.h> ++#endif + + |