summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-ai
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 11:48:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 11:48:50 +0000
commitf9d7453acc9721764f7f1d2299c4e3398569a66b (patch)
tree58c528772bef73b7b34b7a5733a9c1385bfd468f /mail/balsa/files/patch-ai
parentAdd loserjabber 2.0.1, a GTK utility which allows registered users of (diff)
Update to 1.0.1.
Diffstat (limited to 'mail/balsa/files/patch-ai')
-rw-r--r--mail/balsa/files/patch-ai20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/balsa/files/patch-ai b/mail/balsa/files/patch-ai
deleted file mode 100644
index ff6f252bd129..000000000000
--- a/mail/balsa/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
---- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997
-+++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999
-@@ -455,7 +455,7 @@
- if (s[0] == '\0')
- {
- snprintf (s, l, "%s/muttXXXXXX", buf);
-- mktemp (s);
-+ mkstemp (s);
- }
- else
- {
-@@ -466,7 +466,7 @@
- if ((period = strrchr (tmp, '.')) != NULL)
- *period = 0;
- snprintf (s, l, "%s/%s.XXXXXX", buf, tmp);
-- mktemp (s);
-+ mkstemp (s);
- if (period != NULL)
- {
- *period = '.';