From 75a57bf04a04e7cacbfc1279aa6c35f3f16775d1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 28 Oct 2000 05:41:44 +0000 Subject: Whitespace cleanup. * configure.in: Eliminate subdir stuff. * configure: Regenerate. * include/getopt.h (option): Make name field 'const'. --- winsup/cygwin/include/netdb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/include/netdb.h') diff --git a/winsup/cygwin/include/netdb.h b/winsup/cygwin/include/netdb.h index 7e4cc000d..f49a94379 100644 --- a/winsup/cygwin/include/netdb.h +++ b/winsup/cygwin/include/netdb.h @@ -61,7 +61,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif /* * Structures returned by network data base library. All addresses are @@ -98,7 +98,7 @@ struct servent { char *s_proto; /* protocol to use */ }; -struct protoent +struct protoent { char *p_name; /* official protocol name */ char **p_aliases; /* alias list */ @@ -162,7 +162,7 @@ void setrpcent (int); #ifdef __cplusplus }; -#endif +#endif #endif /* !_NETDB_H_ */ -- cgit v1.2.3