X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=515e1d5ab2426c70ea7281c574748cd0bdfdb527;hb=2c3d90ed127ab47e695350367ca3c34d4324bcc4;hp=419b86c4a1fff3f0555820f171616fa6851fff14;hpb=220dcd2dda3136cefd20951e34e963f37f8e2132;p=mmh diff --git a/uip/post.c b/uip/post.c index 419b86c..515e1d5 100644 --- a/uip/post.c +++ b/uip/post.c @@ -23,16 +23,10 @@ #include #include -#ifdef TIME_WITH_SYS_TIME +#ifdef HAVE_SYS_TIME_H # include -# include -#else -# ifdef TM_IN_SYS_TIME -# include -# else -# include -# endif #endif +#include #ifdef SMTPMTS # include @@ -1611,13 +1605,9 @@ do_text (char *file, int fd) * SIGNAL HANDLING */ -static RETSIGTYPE +static void sigser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (i, SIG_IGN); -#endif - unlink (tmpfil); if (msgflags & MINV) unlink (bccfil);