#include <h/scansbr.h>
#include <h/tws.h>
#include <h/mts.h>
-#include <signal.h>
#include <fcntl.h>
#ifdef HAVE_GETUTXENT
fd = mkstemp (strncpy (tmpfil, "/tmp/rcvttyXXXXX", sizeof(tmpfil)));
unlink (tmpfil);
- if ((child_id = vfork()) == NOTOK) {
+ if ((child_id = fork()) == NOTOK) {
/* fork error */
close (fd);
return header_fd ();