diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /mail/evolution-devel/files/patch-ah | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'mail/evolution-devel/files/patch-ah')
-rw-r--r-- | mail/evolution-devel/files/patch-ah | 20 |
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; |