diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-19 01:20:58 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-19 01:20:58 +0000 |
commit | 78907ddc8959305ec4661a6ed0e75ea0a128af79 (patch) | |
tree | 8a6041f1a60c8e2324eb222a277b84108b72c250 /winsup/cygwin/net.cc | |
parent | f7133e95e9d8b3982e706b5968deb2408bda48f5 (diff) | |
download | newlib-78907ddc8959305ec4661a6ed0e75ea0a128af79.zip newlib-78907ddc8959305ec4661a6ed0e75ea0a128af79.tar.gz newlib-78907ddc8959305ec4661a6ed0e75ea0a128af79.tar.bz2 |
remove unneeded comments
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 541b456..aa90b4b 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -100,7 +100,6 @@ wsock_event::wait (int socket, LPDWORD flags) WSADATA wsadata; -/* Cygwin internal */ static fhandler_socket * get (const int fd) { @@ -117,7 +116,6 @@ get (const int fd) return fh; } -/* Cygwin internal */ static SOCKET __stdcall set_socket_inheritance (SOCKET sock) { @@ -163,7 +161,6 @@ ntohs (unsigned short x) return htons (x); } -/* Cygwin internal */ static void dump_protoent (struct protoent *p) { @@ -343,7 +340,6 @@ find_winsock_errno (int why) return EPERM; } -/* Cygwin internal */ void __set_winsock_errno (const char *fn, int ln) { @@ -366,7 +362,6 @@ static NO_COPY struct tl host_errmap[] = { {0, NULL, 0} }; -/* Cygwin internal */ static void set_host_errno () { @@ -1221,7 +1216,6 @@ getdomainname (char *domain, size_t len) return 0; } -/* Cygwin internal */ /* Fill out an ifconf struct. */ /* |