summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/patches/patch-ah')
-rw-r--r--news/tin/patches/patch-ah23
1 files changed, 0 insertions, 23 deletions
diff --git a/news/tin/patches/patch-ah b/news/tin/patches/patch-ah
deleted file mode 100644
index bc87284f67f..00000000000
--- a/news/tin/patches/patch-ah
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2009/10/22 22:01:26 wiz Exp $
-
---- src/feed.c.orig 2008-12-30 20:26:23.000000000 +0100
-+++ src/feed.c
-@@ -607,8 +607,10 @@ feed_articles(
- EndWin(); /* Turn off curses/windowing */
- Raw(FALSE);
- fflush(stdout);
-+ set_signal_catcher(FALSE);
- if ((pipe_fp = popen(tinrc.default_pipe_command, "w")) == NULL) {
- perror_message(_(txt_command_failed), tinrc.default_pipe_command);
-+ set_signal_catcher(TRUE);
- Raw(TRUE);
- InitWin();
- return;
-@@ -846,6 +848,7 @@ got_sig_pipe_while_piping:
- got_sig_pipe = FALSE;
- fflush(pipe_fp);
- (void) pclose(pipe_fp);
-+ set_signal_catcher(TRUE);
- Raw(TRUE);
- InitWin();
- prompt_continue();