You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1996/12/10 16:07:44 UTC

cvs commit: apache/src CHANGES conf.h

randy       96/12/10 07:07:44

  Modified:    src       CHANGES conf.h
  Log:
  NetBSD apparently doesn't need this typedef for rlim_t.
  
  Revision  Changes    Path
  1.82      +4 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -C3 -r1.81 -r1.82
  *** CHANGES	1996/12/10 01:11:57	1.81
  --- CHANGES	1996/12/10 15:07:41	1.82
  ***************
  *** 1,3 ****
  --- 1,7 ----
  + Changes with Apache 1.2b3:
  + 
  +   *) Remove rlim_t typedef for NetBSD. Do older versions need this?
  + 
    Changes with Apache 1.2b2:
      
      *) Update set_signals() to use sigaction() for setting handlers.
  
  
  
  1.57      +0 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -C3 -r1.56 -r1.57
  *** conf.h	1996/12/09 05:00:42	1.56
  --- conf.h	1996/12/10 15:07:41	1.57
  ***************
  *** 320,326 ****
    #define JMP_BUF sigjmp_buf
    #define DEFAULT_USER "nobody"
    #define DEFAULT_GROUP "nogroup"
  - typedef quad_t rlim_t;
    
    #elif defined(UTS21)
    #undef HAVE_GMTOFF
  --- 320,325 ----