summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-ah
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /mail/evolution-devel/files/patch-ah
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'mail/evolution-devel/files/patch-ah')
-rw-r--r--mail/evolution-devel/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/evolution-devel/files/patch-ah b/mail/evolution-devel/files/patch-ah
deleted file mode 100644
index 92e9ce533671..000000000000
--- a/mail/evolution-devel/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- mail/mail-crypto.c.orig Fri Aug 11 15:27:12 2000
-+++ mail/mail-crypto.c Wed Aug 23 11:17:44 2000
-@@ -189,7 +189,7 @@
-
- passwd_next = passphrase;
- passwd_remaining = strlen (passphrase);
-- passwd_incr = fpathconf (passwd_fds[1], _PC_PIPE_BUF);
-+ passwd_incr = 1024; /* XXX: no fpathconf() in libc_r? */
- /* Use a reasonable default value on error. */
- if (passwd_incr <= 0)
- passwd_incr = 1024;
-@@ -197,7 +197,7 @@
-
- input_next = input;
- input_remaining = strlen (input);
-- input_incr = fpathconf (ip_fds[1], _PC_PIPE_BUF);
-+ input_incr = 1024; /* XXX: no fpathconf() in libc_r? */
- if (input_incr <= 0)
- input_incr = 1024;
- input_eof_seen = FALSE;