X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhcachesbr.c;h=2d6c596563083f5271cced5264dd44be534f5c7b;hb=1ec4ef34243a756d1f51718e7e15b094f4b36618;hp=13ab1534124c184a908682303b326918936ea154;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/uip/mhcachesbr.c b/uip/mhcachesbr.c index 13ab153..2d6c596 100644 --- a/uip/mhcachesbr.c +++ b/uip/mhcachesbr.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -31,13 +30,9 @@ # endif #endif -#ifdef HAVE_SYS_WAIT_H -# include -#endif - 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 +46,7 @@ char *cache_public; char *cache_private; -/* mhparse.c (OR) mhbuildsbr.c */ +/* mhparse.c (OR) mhbuild.c */ int pidcheck (int); /* mhmisc.c */ @@ -314,12 +309,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",