/*
* 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.
#include <h/mh.h>
#include <h/signals.h>
-#include <signal.h>
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;