X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=efbb8ac30052ff4644fb95aa591246bf06be77e1;hb=5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35;hp=ab8d99c1b1504140b2b6d022c0032d2f0da6d694;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index ab8d99c..efbb8ac 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -1018,7 +1017,7 @@ compose_content(CT ct) default: if (!ce->ce_file) { pid_t child_id; - int i, xstdout, len, buflen; + int xstdout, len, buflen; char *bp, **ap, *cp; char *vec[4], buffer[BUFSIZ]; FILE *out; @@ -1120,9 +1119,7 @@ raw: if ((out = fopen(ce->ce_file, "w")) == NULL) adios(ce->ce_file, "unable to open for writing"); - for (i = 0; (child_id = fork()) == NOTOK && i > 5; i++) - sleep(5); - switch (child_id) { + switch (child_id = fork()) { case NOTOK: adios("fork", "unable to fork"); /* NOTREACHED */ @@ -1335,7 +1332,7 @@ scan_content(CT ct) if (!isspace(*cp)) break; *++cp = '\0'; - if (!strncmp(buffer + 2, prefix, len) && + if (strncmp(buffer + 2, prefix, len)==0 && isdigit(buffer[2 + len])) { boundaryclash = 1; /* no need to keep checking */ @@ -1562,11 +1559,6 @@ skip_headers: switch (ct->c_encoding) { case CE_7BIT: /* Nothing to output */ -#if 0 - np = getcpy(ENCODING_FIELD); - vp = concat(" ", "7bit", "\n", NULL); - add_header(ct, np, vp); -#endif break; case CE_8BIT: