mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* net.cc (dup_ent): Make debugging output consistent.
This commit is contained in:
parent
a3de4e19b4
commit
12ffca1d84
@ -1,3 +1,7 @@
|
|||||||
|
2003-08-31 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* net.cc (dup_ent): Make debugging output consistent.
|
||||||
|
|
||||||
2003-08-31 Christopher Faylor <cgf@redhat.com>
|
2003-08-31 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
Use dup_ent rather than specific dup_*_ptr functions throughout.
|
Use dup_ent rather than specific dup_*_ptr functions throughout.
|
||||||
|
@ -444,7 +444,7 @@ dup_ent (void *old, void *src0, struct_type type)
|
|||||||
{
|
{
|
||||||
if (old)
|
if (old)
|
||||||
{
|
{
|
||||||
debug_printf ("freeing old %sent structure(%s) %p\n", entnames[type],
|
debug_printf ("freeing old %sent structure \"%s\" %p\n", entnames[type],
|
||||||
((unionent *) old)->name, old);
|
((unionent *) old)->name, old);
|
||||||
free (old);
|
free (old);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user