#include <h/mh.h>
#include <fcntl.h>
-#include <h/signals.h>
#include <h/mts.h>
#include <h/tws.h>
#include <h/mime.h>
free (dp);
}
- printf ("\n");
+ putchar('\n');
if (verbose) {
CI ci = &ct->c_ctinfo;
printf ("\t [message %s, part %d", p->pm_partid, p->pm_partno);
if (p->pm_maxno)
printf (" of %d", p->pm_maxno);
- printf ("]\n");
+ puts("]");
}
return OK;
printf ("\t permission=\"%s\"\n", e->eb_permission);
if (e->eb_flags == NOTOK)
- printf ("\t [service unavailable]\n");
+ puts("\t [service unavailable]");
}