summaryrefslogtreecommitdiff
path: root/mail/elm-me/patches/patch-bz
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm-me/patches/patch-bz')
-rw-r--r--mail/elm-me/patches/patch-bz21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/elm-me/patches/patch-bz b/mail/elm-me/patches/patch-bz
deleted file mode 100644
index bc5f81a2e0b..00000000000
--- a/mail/elm-me/patches/patch-bz
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bz,v 1.1 2006/01/24 19:01:45 joerg Exp $
-
---- lib/posixsig.c.orig 2006-01-24 17:44:47.000000000 +0000
-+++ lib/posixsig.c
-@@ -15,6 +15,7 @@ static char rcsid[] = "@(#)$Id: posixsig
-
- **/
-
-+#include <errno.h>
- #include "headers.h"
-
- DEBUG_VAR(Debug,__FILE__,"signal");
-@@ -67,8 +68,6 @@ SIGHAND_TYPE
- }
- #endif /* POSIX_SIGNALS */
-
--extern int errno;
--
- #ifdef BACKGROUD_PROCESSES /* We assume POSIX in here */
-
- int my_wait (pid,statptr)