X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=a5589ebaa2354e3fc4f7d2f1d8efb357a1fde3b3;hb=b872e8606e7880bf1d32e95271493dcd5d8394fa;hp=e6d61dc521a3199e38a616bd0db05575f7949f33;hpb=47a78dcb28c6a836574f73f40b05d4adc9c3ad81;p=mmh diff --git a/uip/send.c b/uip/send.c index e6d61dc..a5589eb 100644 --- a/uip/send.c +++ b/uip/send.c @@ -214,11 +214,7 @@ main(int argc, char **argv) vec[vecp++] = "-dist"; distfile = getcpy(m_mktemp2(altmsg, invo_name, NULL, NULL)); if (link(altmsg, distfile) == NOTOK) { - if (errno != EXDEV -#ifdef EISREMOTE - && errno != EISREMOTE -#endif /* EISREMOTE */ - ) + if (errno != EXDEV) adios(distfile, "unable to link %s to", altmsg); free(distfile);