You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/07/16 20:52:17 UTC

cvs commit: apr/include/arch/os2 networkio.h

wrowe       01/07/16 11:52:17

  Modified:    include/arch/os2 networkio.h
  Log:
    If this platform will support 'da inherit bit, needs the flag
  
  Revision  Changes    Path
  1.20      +1 -0      apr/include/arch/os2/networkio.h
  
  Index: networkio.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/os2/networkio.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- networkio.h	2001/02/25 20:39:31	1.19
  +++ networkio.h	2001/07/16 18:52:17	1.20
  @@ -73,6 +73,7 @@
       int local_port_unknown;
       int local_interface_unknown;
       apr_int32_t netmask;
  +    int inherit;
   };
   
   struct apr_pollfd_t {