tng         2002/12/02 12:41:17

  Modified:    c/src/xercesc/util/NetAccessors/Socket
                        UnixHTTPURLInputStream.cpp
  Log:
  [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew 
Bachmann.
  
  Revision  Changes    Path
  1.6       +7 -2      
xml-xerces/c/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp
  
  Index: UnixHTTPURLInputStream.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- UnixHTTPURLInputStream.cpp        4 Nov 2002 15:11:38 -0000       1.5
  +++ UnixHTTPURLInputStream.cpp        2 Dec 2002 20:41:17 -0000       1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.6  2002/12/02 20:41:17  tng
  + * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew 
Bachmann.
  + *
    * Revision 1.5  2002/11/04 15:11:38  tng
    * C++ Namespace Support.
    *
  @@ -112,8 +115,10 @@
   #include <unistd.h>
   #include <sys/types.h>
   #include <sys/socket.h>
  -#include <netinet/in.h>
  -#include <arpa/inet.h>
  +#if !defined(XML_BEOS)
  +  #include <netinet/in.h>
  +  #include <arpa/inet.h>
  +#endif
   #include <netdb.h>
   #include <errno.h>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to