You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/11/07 16:22:31 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

hgomez      2002/11/07 07:22:31

  Modified:    jk/native2/common jk_channel_socket.c
  Log:
  FIONBIO doesn't get set unless BSD_COMP is defined on Solaris 8.
  
  Provided by Paul Brzezinski
  
  Revision  Changes    Path
  1.42      +3 -0      jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c
  
  Index: jk_channel_socket.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- jk_channel_socket.c	28 Sep 2002 20:06:19 -0000	1.41
  +++ jk_channel_socket.c	7 Nov 2002 15:22:31 -0000	1.42
  @@ -83,6 +83,9 @@
       #define closesocket         close
   #endif
   
  +/* affects include files on Solaris (for FIONBIO on Solaris 8) */
  +#define BSD_COMP
  +
   #define DEFAULT_HOST "127.0.0.1"
   
   /** Information specific for the socket channel
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>