Changeset 6512 for trunk/licq
- Timestamp:
- 09/07/08 23:38:14 (3 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/support.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/support.c
r6184 r6512 306 306 #warning "I don't know how to do reentrant gethostbyname on this machine." 307 307 #warning "Using thread-unsafe version." 308 (void)buf; 309 (void)buflen; 308 310 struct hostent *h_buf; 309 311 h_buf = gethostbyname(szHostName);
