Changeset 21916 for trunk/src/wsock32/wsock32.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/wsock32/wsock32.cpp
r21456 r21916 1039 1039 //****************************************************************************** 1040 1040 //****************************************************************************** 1041 c har *debugsockopt(int optname)1041 const char *debugsockopt(int optname) 1042 1042 { 1043 1043 switch(optname) { … … 1732 1732 1733 1733 localhost_address = *(unsigned long *)&addr->sin_addr; 1734 localhost.h_name = "localhost"; /* This is what the old workaround did. */1734 localhost.h_name = (char *)"localhost"; /* This is what the old workaround did. */ 1735 1735 localhost.h_addrtype = AF_INET; 1736 1736 localhost.h_length = 4;
Note:
See TracChangeset
for help on using the changeset viewer.