diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-10 19:59:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-10 19:59:19 +0000 |
commit | 85a238e1e8253b37a7ebf960831e75ded21119e5 (patch) | |
tree | dbc2a09790f8821686823ae0ff9b03256682e615 /winsup/cygwin/include/netdb.h | |
parent | b01cbd5de293ab190b64951790887c6705a8188e (diff) | |
download | cygnal-85a238e1e8253b37a7ebf960831e75ded21119e5.tar.gz cygnal-85a238e1e8253b37a7ebf960831e75ded21119e5.tar.bz2 cygnal-85a238e1e8253b37a7ebf960831e75ded21119e5.zip |
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/include/netdb.h')
-rw-r--r-- | winsup/cygwin/include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/netdb.h b/winsup/cygwin/include/netdb.h index ead90b515..f49a94379 100644 --- a/winsup/cygwin/include/netdb.h +++ b/winsup/cygwin/include/netdb.h @@ -71,7 +71,7 @@ extern "C" { /* Different from the linux versions - note the shorts.. */ struct hostent { - char *h_name; /* official name of host */ + const char *h_name; /* official name of host */ char **h_aliases; /* alias list */ short h_addrtype; /* host address type */ short h_length; /* length of address */ |