mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 06:50:24 +08:00
* net.cc (cygwin_gethostbyname): Remove debugging.
This commit is contained in:
parent
bf2d5da310
commit
f2e8d7b0f0
@ -1,3 +1,7 @@
|
|||||||
|
2005-10-11 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* net.cc (cygwin_gethostbyname): Remove debugging.
|
||||||
|
|
||||||
2005-10-11 Corinna Vinschen <corinna@vinschen.de>
|
2005-10-11 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* syslog.cc (try_connect_syslogd): Add priority parameter. Use writev
|
* syslog.cc (try_connect_syslogd): Add priority parameter. Use writev
|
||||||
|
@ -969,10 +969,7 @@ cygwin_gethostbyname (const char *name)
|
|||||||
|
|
||||||
hostent *res = (hostent *) dup_ent (hostent_buf, h, t_hostent);
|
hostent *res = (hostent *) dup_ent (hostent_buf, h, t_hostent);
|
||||||
if (res)
|
if (res)
|
||||||
{
|
|
||||||
debug_printf ("h_name %s", res->h_name);
|
debug_printf ("h_name %s", res->h_name);
|
||||||
debug_printf ("HERE");
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
debug_printf ("dup_ent returned NULL for name %s, h %p", name, h);
|
debug_printf ("dup_ent returned NULL for name %s, h %p", name, h);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user