]> diplodocus.org Git - nmh/blobdiff - sbr/push.c
Fixed test/getcwidth.c to build without MULTIBYTE_SUPPORT.
[nmh] / sbr / push.c
index 82b85b08e4d8005b64375f28cd9703a1c6a3bd7f..39c58acc8a093888734c0653b1626f77c411e295 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * push.c -- push a fork into the background
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -11,7 +9,6 @@
 
 #include <h/mh.h>
 #include <h/signals.h>
-#include <signal.h>
 
 
 void
@@ -40,6 +37,9 @@ push(void)
            SIGNAL (SIGTTIN, SIG_IGN);
            SIGNAL (SIGTTOU, SIG_IGN);
 #endif
+
+           unregister_for_removal(0);
+
            freopen ("/dev/null", "r", stdin);
            freopen ("/dev/null", "w", stdout);
            break;