X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..7d2c0f47e69415ffb3425f46f0fd78a984e119e2:/uip/mhbuildsbr.c diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index d417befd..c349bf8b 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -859,7 +859,7 @@ set_id (CT ct, int top) if (clock == 0) { time (&clock); snprintf (msgid, sizeof(msgid), "<%d.%ld.%%d@%s>\n", - (int) getpid(), (long) clock, LocalName()); + (int) getpid(), (long) clock, LocalName(1)); partno = 0; msgfmt = getcpy(msgid); } @@ -1087,7 +1087,7 @@ raw: if ((out = fopen (ce->ce_file, "w")) == NULL) adios (ce->ce_file, "unable to open for writing"); - for (i = 0; (child_id = m_vfork()) == NOTOK && i > 5; i++) + for (i = 0; (child_id = vfork()) == NOTOK && i > 5; i++) sleep (5); switch (child_id) { case NOTOK: