diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-16 01:43:26 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-16 01:43:26 +0000 |
commit | 10d9e1753f1bdf0311dfd0b766cefd57febab611 (patch) | |
tree | e144b10f1bde9fc75fc160385b2810587ef22a57 /mail/evolution/files/patch-ah | |
parent | Update to 0.4.1.2nd-cup-of-coffee (diff) |
Unbreak and update to 0.8
This one just seems to hang and chew CPU, at least on
my -current laptop.
I fear having to build a separate GNOME environment, with
all the debug symbols, to track this one down.
Two GNOME's on one machine! He must be mad!
Notes
Notes:
svn path=/head/; revision=36014
Diffstat (limited to 'mail/evolution/files/patch-ah')
-rw-r--r-- | mail/evolution/files/patch-ah | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/evolution/files/patch-ah b/mail/evolution/files/patch-ah deleted file mode 100644 index 92e9ce533671..000000000000 --- a/mail/evolution/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; |