ben         98/05/19 11:00:25

  Modified:    src/include buff.h
  Log:
  Correct a type.
  
  Revision  Changes    Path
  1.42      +1 -1      apache-1.3/src/include/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/buff.h,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- buff.h    1998/05/18 20:41:30     1.41
  +++ buff.h    1998/05/19 18:00:24     1.42
  @@ -197,7 +197,7 @@
                     ?os_toascii[(unsigned char)c]:(c), 0))
   
   #endif /*CHARSET_EBCDIC*/
  -struct _child_info {
  +struct child_info {
   #ifdef WIN32
       /*
        *  These handles are used by ap_call_exec to call 
  
  
  

Reply via email to