summaryrefslogtreecommitdiff
path: root/mail/elm-me/patches/patch-bx
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm-me/patches/patch-bx')
-rw-r--r--mail/elm-me/patches/patch-bx21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/elm-me/patches/patch-bx b/mail/elm-me/patches/patch-bx
deleted file mode 100644
index aeaf7bd1684..00000000000
--- a/mail/elm-me/patches/patch-bx
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bx,v 1.1 2006/01/24 19:01:45 joerg Exp $
-
---- src/mime.c.orig 2006-01-24 17:41:13.000000000 +0000
-+++ src/mime.c
-@@ -11,15 +11,13 @@ static char rcsid[] = "@(#)$Id: mime.c,v
- * Copyright (c) 1986,1987 Dave Taylor
- *****************************************************************************/
-
--
-+#include <errno.h>
- #include "headers.h"
- #include "s_elm.h"
- #include "me.h"
-
- DEBUG_VAR(Debug,__FILE__,"mime");
-
--extern int errno;
--
- static unsigned char *s2us P_((char *str));
- static unsigned char *s2us(str)
- char *str;