* include/sys/strace.h (strace): Avoid use of constructor.

This commit is contained in:
Christopher Faylor
2002-06-10 19:58:21 +00:00
parent fe4283af7a
commit b01cbd5de2
4 changed files with 6 additions and 3 deletions

View File

@@ -1123,7 +1123,7 @@ cygwin_gethostbyname (const char *name)
tmp_addr[1] = b;
tmp_addr[2] = c;
tmp_addr[3] = d;
tmp_addr_list[0] = (char *)tmp_addr;
tmp_addr_list[0] = (char *) tmp_addr;
tmp.h_name = name;
tmp.h_aliases = tmp_aliases;
tmp.h_addrtype = 2;