marc        97/02/16 14:59:05

  Modified:    src       httpd.h
  Log:
  Add strerror() prototype for those platforms where we supply our
  own.
  
  Reviewed by: Dean Gaudet, Randy Terbush
  
  Revision  Changes    Path
  1.87      +5 -1      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -C3 -r1.86 -r1.87
  *** httpd.h   1997/02/16 22:48:26     1.86
  --- httpd.h   1997/02/16 22:59:04     1.87
  ***************
  *** 672,678 ****
    int rind (const char *, char);     
    
    int cfg_getline(char *s, int n, FILE *f);
  !      
    /* Misc system hackery */
         
    uid_t uname2id(const char *name);
  --- 672,682 ----
    int rind (const char *, char);     
    
    int cfg_getline(char *s, int n, FILE *f);
  ! 
  ! #ifdef NEED_STRERROR
  ! char *strerror (int err);
  ! #endif
  ! 
    /* Misc system hackery */
         
    uid_t uname2id(const char *name);
  
  
  

Reply via email to