X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..82bf8d740b1a226c02473c4f31358fac6e4e0386:/sbr/push.c diff --git a/sbr/push.c b/sbr/push.c index 05c3942f..39c58acc 100644 --- a/sbr/push.c +++ b/sbr/push.c @@ -2,12 +2,13 @@ /* * 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 #include -#include void @@ -36,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;