aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-23 23:25:25 +0000
committerChristopher Faylor <me@cgf.cx>2005-09-23 23:25:25 +0000
commit1b19d7429605f4879186aa3eb0214e2c22bc4530 (patch)
treec3573e73de824af8f8898637fedbba8c8e098732 /winsup
parent2b4f76269dee557b6ec44815c5ac447d867a7e0e (diff)
downloadnewlib-1b19d7429605f4879186aa3eb0214e2c22bc4530.zip
newlib-1b19d7429605f4879186aa3eb0214e2c22bc4530.tar.gz
newlib-1b19d7429605f4879186aa3eb0214e2c22bc4530.tar.bz2
* net.cc (cygwin_gethostbyname): Remove debugging cruft.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/net.cc2
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 98bd9f3..a69681a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-09-23 Christopher Faylor <cgf@timesys.com>
+ * net.cc (cygwin_gethostbyname): Remove debugging cruft.
+
+2005-09-23 Christopher Faylor <cgf@timesys.com>
+
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal
thread.
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index 7b2c226..2a87843 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;