aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 62f1242..9b0399b 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.44 2002/01/15 03:45:02 ukai Exp $ */
+/* $Id: file.c,v 1.45 2002/01/21 17:57:28 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -6149,7 +6149,7 @@ uncompress_stream(URLFile *uf)
flush_tty();
/* fd1[0]: read, fd1[1]: write */
if ((pid1 = fork()) == 0) {
- signal(SIGINT, SIG_DFL);
+ reset_signals();
close(fd1[0]);
if (tmpf) {
#ifdef USE_BINMODE_STREAM