chuck       96/07/02 20:47:04

  Modified:    src       mod_proxy.c
  Log:
  Submitted by: Chuck Murcko
  Avoid warning under gcc 2.7.2 & SunOS 4.1.4.
  
  Revision  Changes    Path
  1.31      +1 -1      apache/src/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_proxy.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -C3 -r1.30 -r1.31
  *** mod_proxy.c       1996/07/03 03:32:30     1.30
  --- mod_proxy.c       1996/07/03 03:47:03     1.31
  ***************
  *** 1246,1252 ****
        const char *p, *q;
    
        q = get_time();
  !     p = strerror(errno);
    
        if (err != NULL)
        {
  --- 1246,1252 ----
        const char *p, *q;
    
        q = get_time();
  !     (char *)p = strerror(errno);
    
        if (err != NULL)
        {
  
  
  

Reply via email to