[Common-cvs] netio/platform/unix unix_net.cpp,1.6,1.6.2.1

[Common-cvs] netio/platform/unix unix_net.cpp,1.6,1.6.2.1

rggammon at helixcommunity.org rggammon at helixcommunity.org
Tue Apr 6 13:17:18 PDT 2004


Update of /cvsroot/common/netio/platform/unix
In directory cvs.internal.helixcommunity.org:/tmp/cvs-serv6232/platform/unix

Modified Files:
      Tag: hxclient_1_3_0_neptunex
	unix_net.cpp 
Log Message:
Accept takes addrlen as a HX_SOCKLEN_T, not a UINT16


Index: unix_net.cpp
===================================================================
RCS file: /cvsroot/common/netio/platform/unix/unix_net.cpp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- unix_net.cpp	11 Dec 2003 21:12:27 -0000	1.6
+++ unix_net.cpp	6 Apr 2004 20:17:16 -0000	1.6.2.1
@@ -847,7 +847,7 @@
 {
 
     sockaddr_in cliaddr;
-    UINT16 addrlen = sizeof(sockaddr_in);
+    HX_SOCKLEN_T addrlen = sizeof(sockaddr_in);
     //memset(&cliaddr, 0, addrlen);
     
     //Return this if nothing changes.




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.