* 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

@ -71,7 +71,7 @@ extern "C" {
/* Different from the linux versions - note the shorts.. */
struct hostent {
const char *h_name; /* official name of host */
char *h_name; /* official name of host */
char **h_aliases; /* alias list */
short h_addrtype; /* host address type */
short h_length; /* length of address */