OSDN Git Service

* net.cc (cygwin_gethostbyname): Remove debugging cruft. post_wait_sig_exit
authorcgf <cgf>
Fri, 23 Sep 2005 23:25:24 +0000 (23:25 +0000)
committercgf <cgf>
Fri, 23 Sep 2005 23:25:24 +0000 (23:25 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc

index 98bd9f3..a69681a 100644 (file)
@@ -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.
 
index 7b2c226..2a87843 100644 (file)
@@ -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;