X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=3713954abcdef817ba9ed5e22d4f4ce19d3fb73f;hp=813a3b59a52927917c59cb297064ce5caa0b314e;hb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;hpb=e711cf1c50af5e151a721f6f1690474bc9ef658d diff --git a/uip/slocal.c b/uip/slocal.c index 813a3b5..3713954 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1318,16 +1318,13 @@ you_lose: if (first) { first = 0; if (strncmp(buffer, "From ", i)==0) { -#ifdef RPATHS char *fp, *cp, *hp, *ep; -#endif /* ** get copy of envelope information ** ("From " line) */ envelope = getcpy(buffer); -#ifdef RPATHS /* ** Now create a "Return-Path:" line ** from the "From " line. @@ -1359,7 +1356,6 @@ you_lose: if (ferror(ffp)) { goto fputs_error; } -#endif /* Put the delivery date in message */ fputs(ddate, ffp); if (ferror(ffp)) {