From 85a238e1e8253b37a7ebf960831e75ded21119e5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 10 Jun 2002 19:59:19 +0000 Subject: [PATCH] revert erroneous checkin --- winsup/cygwin/include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */