X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=e7917133c7c114891bca58534e6a89cad3cc5c2b;hb=4d87cf4cd1673a5464c37e56b94aa3ce4c0db4a7;hp=ea2bcd684da3808901760f7d6af5f7d918713058;hpb=55795751a1513b7018b38c6c50c5bccc710feff2;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index ea2bcd6..e791713 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -27,16 +27,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 extern int debugsw; @@ -65,7 +59,6 @@ static char prefix[] = "----- =_aaaaaaaaaa"; /* mhmisc.c */ -int make_intermediates (char *); void content_error (char *, CT, char *, ...); /* mhcachesbr.c */ @@ -865,7 +858,7 @@ set_id (CT ct, int top) if (clock == 0) { time (&clock); snprintf (msgid, sizeof(msgid), "<%d.%ld.%%d@%s>\n", - (int) getpid(), (long) clock, LocalName()); + (int) getpid(), (long) clock, LocalName(1)); partno = 0; msgfmt = getcpy(msgid); }