summaryrefslogtreecommitdiff
path: root/mail/mutt/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/patches/patch-al')
-rw-r--r--mail/mutt/patches/patch-al18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mutt/patches/patch-al b/mail/mutt/patches/patch-al
deleted file mode 100644
index d52bb22e55c..00000000000
--- a/mail/mutt/patches/patch-al
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-al,v 1.3 2001/10/18 08:04:25 tron Exp $
-
---- sendlib.c 2001/10/11 07:58:26 2.88
-+++ sendlib.c 2001/10/17 16:22:48 2.89
-@@ -1831,6 +1831,13 @@
- if (dup (1) < 0)
- _exit (S_ERR);
- }
-+ else
-+ {
-+ if (open ("/dev/null", O_WRONLY | O_APPEND) < 0) /* stdout */
-+ _exit (S_ERR);
-+ if (open ("/dev/null", O_RDWR | O_APPEND) < 0) /* stderr */
-+ _exit (S_ERR);
-+ }
-
- execv (path, args);
- _exit (S_ERR);