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>2005-09-24 03:25:25 +0400
committerChristopher Faylor <me@cgf.cx>2005-09-24 03:25:25 +0400
commit1b19d7429605f4879186aa3eb0214e2c22bc4530 (patch)
treec3573e73de824af8f8898637fedbba8c8e098732 /winsup/cygwin/net.cc
parent2b4f76269dee557b6ec44815c5ac447d867a7e0e (diff)
* net.cc (cygwin_gethostbyname): Remove debugging cruft.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r--winsup/cygwin/net.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index 7b2c2264f..2a87843f0 100644
--- a/winsup/cygwin/net.cc
+++ b/winsup/cygwin/net.cc
@@ -938,9 +938,7 @@ cygwin_gethostbyname (const char *name)
sig_dispatch_pending ();
myfault efault;
if (efault.faulted (EFAULT))
-{ console_printf ("OUCH!\n");
return NULL;
-}
unsigned char tmp_addr[4];
struct hostent tmp, *h;