Changeset 584 for trunk/src/sh_static.c
- Timestamp:
- Jan 2, 2025, 10:13:23 AM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_static.c
r570 r584 1843 1843 struct hostent * sh_gethostbyname(const char *name) 1844 1844 { 1845 static struct hostent h;1845 static struct hostent h = { NULL, NULL, 0, 0, NULL}; 1846 1846 static char buf[sizeof(struct in_addr) + 1847 1847 sizeof(struct in_addr *)*2 +
Note:
See TracChangeset
for help on using the changeset viewer.