aboutsummaryrefslogtreecommitdiff
path: root/mail/avenger/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-08 12:13:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-08 12:13:20 +0000
commit91a78a4d7dbdf65c63eff8e6d3d717286486272d (patch)
tree7f4e204abd7e288866a4d85026a4a71a2bd7dc5a /mail/avenger/files
parent9c53384b13a562855d91e7cd797ea5f06c81e721 (diff)
Notes
Diffstat (limited to 'mail/avenger/files')
-rw-r--r--mail/avenger/files/patch-asmtpd_smtpd.C19
-rw-r--r--mail/avenger/files/patch-libasync_stktrace.c11
2 files changed, 0 insertions, 30 deletions
diff --git a/mail/avenger/files/patch-asmtpd_smtpd.C b/mail/avenger/files/patch-asmtpd_smtpd.C
deleted file mode 100644
index 0cbec840c7c7..000000000000
--- a/mail/avenger/files/patch-asmtpd_smtpd.C
+++ /dev/null
@@ -1,19 +0,0 @@
---- asmtpd/smtpd.C.orig Fri May 20 08:10:46 2005
-+++ asmtpd/smtpd.C Fri May 20 08:11:15 2005
-@@ -88,14 +88,14 @@
- p++;
-
- for (;;) {
-- const char *q = p + min (e - p, 75);
-+ const char *q = p + min ((long) (e - p), (long) 75);
- if (q != e)
- while (q > p && !isspace (q[-1]))
- q--;
- while (q > p && isspace (q[-1]))
- q--;
- if (q == p) {
-- q = p + min (e - p, 75);
-+ q = p + min ((long) (e - p), (long) 75);
- while (q < e && !isspace (*q))
- q++;
- }
diff --git a/mail/avenger/files/patch-libasync_stktrace.c b/mail/avenger/files/patch-libasync_stktrace.c
deleted file mode 100644
index 87a3f69787b2..000000000000
--- a/mail/avenger/files/patch-libasync_stktrace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libasync/stktrace.c.orig Sun Apr 10 03:54:35 2005
-+++ libasync/stktrace.c Fri May 20 06:52:45 2005
-@@ -144,7 +144,7 @@
- #else /* !gcc 2 || !i386 */
-
- const char *
--__backtrace (const char *file)
-+__backtrace (const char *file, int lim)
- {
- return file;
- }