X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhcachesbr.c;h=8d25132084281893086b39a62bfb6df695a2c5d4;hp=13ab1534124c184a908682303b326918936ea154;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1 diff --git a/uip/mhcachesbr.c b/uip/mhcachesbr.c index 13ab153..8d25132 100644 --- a/uip/mhcachesbr.c +++ b/uip/mhcachesbr.c @@ -9,35 +9,23 @@ #include #include #include -#include #include #include #include -#include #include #include #include #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 - -#ifdef HAVE_SYS_WAIT_H -# include #endif +#include extern int debugsw; -extern pid_t xpid; /* mhshowsbr.c or mhbuildsbr.c */ +extern pid_t xpid; /* mhshowsbr.c or mhbuild.c */ /* cache policies */ int rcachesw = CACHE_ASK; @@ -51,7 +39,7 @@ char *cache_public; char *cache_private; -/* mhparse.c (OR) mhbuildsbr.c */ +/* mhparse.c (OR) mhbuild.c */ int pidcheck (int); /* mhmisc.c */ @@ -314,12 +302,7 @@ find_cache_aux(int writing, char *directory, char *id, char *buffer, FILE *fp; static int partno, pid; static time_t clock = 0; - -#ifdef BSD42 - usemap = strchr(id, '/') ? 1 : 0; -#else usemap = 1; -#endif if (debugsw) fprintf(stderr, "find_cache_aux %s usemap=%d\n",