dougm       97/07/19 15:34:06

  Modified:    src       buff.h
  Log:
  argh.  fixed line-wrap mess from t_handle patch
  Submitted by: Doug MacEachern
  
  Revision  Changes    Path
  1.21      +1 -3      apache/src/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/buff.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -C3 -r1.20 -r1.21
  *** buff.h    1997/07/19 22:29:24     1.20
  --- buff.h    1997/07/19 22:34:05     1.21
  ***************
  *** 101,109 ****
        int fd;                /* the file descriptor */
        int fd_in;             /* input file descriptor, if different */
    
  !      /* transport handle, can be used to store things such as an RPC 
binding h\
  ! \
  ! andle */
         void *t_handle;
    
    #ifdef B_SFIO
  --- 101,107 ----
        int fd;                /* the file descriptor */
        int fd_in;             /* input file descriptor, if different */
    
  !      /* transport handle, for RPC binding handle or some such */
         void *t_handle;
    
    #ifdef B_SFIO
  
  
  

Reply via email to