martin      99/03/23 06:48:10

  Modified:    src/modules/proxy proxy_cache.c
  Log:
  Fix compiler warning for old SINIX-D
  
  Revision  Changes    Path
  1.56      +1 -1      apache-1.3/src/modules/proxy/proxy_cache.c
  
  Index: proxy_cache.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/proxy/proxy_cache.c,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- proxy_cache.c     1999/02/07 20:48:31     1.55
  +++ proxy_cache.c     1999/03/23 14:48:09     1.56
  @@ -777,7 +777,7 @@
   int ap_proxy_cache_update(cache_req *c, table *resp_hdrs,
                       const int is_HTTP1, int nocache)
   {
  -#ifdef ULTRIX_BRAIN_DEATH
  +#if defined(ULTRIX_BRAIN_DEATH) || defined(SINIX_D_RESOLVER_BUG)
     extern char *mktemp(char *template);
   #endif 
       request_rec *r = c->req;
  
  
  

Reply via email to