advise(NULL, "unable to create temporary file in %s", get_temp_dir());
return NOTOK;
}
+ (void) m_unlink(tfile); /* Use fd, no longer need the file name. */
if ((child_id = fork()) == NOTOK) {
/* fork error */
advise(NULL, "unable to create temporary file in %s", get_temp_dir());
return NOTOK;
}
+ (void) m_unlink(tfile); /* Use fd, no longer need the file name. */
rewind (stdin);