summaryrefslogtreecommitdiff
path: root/mail/lmtp2nntp/files/patch-ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/lmtp2nntp/files/patch-ts.c')
-rw-r--r--mail/lmtp2nntp/files/patch-ts.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/lmtp2nntp/files/patch-ts.c b/mail/lmtp2nntp/files/patch-ts.c
deleted file mode 100644
index d7963d364c7e..000000000000
--- a/mail/lmtp2nntp/files/patch-ts.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ts.c.orig Tue Apr 13 19:32:20 2004
-+++ lib_tai/ts.c Tue Apr 13 19:32:46 2004
-@@ -206,7 +206,11 @@
-
- if (format == NULL)
- return NULL;
-+#ifdef __amd64__
-+ va_copy(ap2,ap);
-+#else
- ap2 = ap;
-+#endif
- if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1)
- return NULL;
- if ((buffer = (char *)malloc(n+1)) == NULL)