* net.cc (cygwin_gethostbyname): Remove debugging cruft.
This commit is contained in:
parent
2b4f76269d
commit
1b19d74296
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* net.cc (cygwin_gethostbyname): Remove debugging cruft.
|
||||||
|
|
||||||
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal
|
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal
|
||||||
|
@ -938,9 +938,7 @@ cygwin_gethostbyname (const char *name)
|
|||||||
sig_dispatch_pending ();
|
sig_dispatch_pending ();
|
||||||
myfault efault;
|
myfault efault;
|
||||||
if (efault.faulted (EFAULT))
|
if (efault.faulted (EFAULT))
|
||||||
{ console_printf ("OUCH!\n");
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
|
||||||
|
|
||||||
unsigned char tmp_addr[4];
|
unsigned char tmp_addr[4];
|
||||||
struct hostent tmp, *h;
|
struct hostent tmp, *h;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user