Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-10 23:59:19 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-10 23:59:19 +0400
commit85a238e1e8253b37a7ebf960831e75ded21119e5 (patch)
treedbc2a09790f8821686823ae0ff9b03256682e615 /winsup/cygwin/include/netdb.h
parentb01cbd5de293ab190b64951790887c6705a8188e (diff)
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/include/netdb.h')
-rw-r--r--winsup/cygwin/include/netdb.h2
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 */