marc        97/02/17 18:56:39

  Modified:    src       conf.h
  Log:
  Fix JMB_BUF typo.
  
  Submitted by: "Michael P. Krutikov" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.80      +1 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -C3 -r1.79 -r1.80
  *** conf.h    1997/02/17 11:05:01     1.79
  --- conf.h    1997/02/18 02:56:37     1.80
  ***************
  *** 477,483 ****
    #define NO_TIMEZONE
    #include <stdio.h>
    #include <sys/types.h>
  ! #define JMB_BUF jmp_buf
    typedef int rlim_t;
    
    #elif defined(ISC)
  --- 477,483 ----
    #define NO_TIMEZONE
    #include <stdio.h>
    #include <sys/types.h>
  ! #define JMP_BUF jmp_buf
    typedef int rlim_t;
    
    #elif defined(ISC)
  
  
  

Reply via email to