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-11-19 04:20:58 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-19 04:20:58 +0300
commit78907ddc8959305ec4661a6ed0e75ea0a128af79 (patch)
tree8a6041f1a60c8e2324eb222a277b84108b72c250
parentf7133e95e9d8b3982e706b5968deb2408bda48f5 (diff)
remove unneeded comments
-rw-r--r--winsup/cygwin/net.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index 541b45680..aa90b4b71 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. */
/*