]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename dprintf into dbg_printf to avoid collision with dprintf(3)
authorbapt <bapt@FreeBSD.org>
Tue, 10 May 2016 07:45:44 +0000 (07:45 +0000)
committerbapt <bapt@FreeBSD.org>
Tue, 10 May 2016 07:45:44 +0000 (07:45 +0000)
commit4ab2fdcc3ac162feb65377a8114013affb1e6d14
tree325dbed818f6005482b9c4223658435fd8b70a71
parent9929cf424c02c616d21ad6af0abf15f92fd5e3d1
Rename dprintf into dbg_printf to avoid collision with dprintf(3)

When dprintf(3) in 2009 was added a _WITH_DPRINTF guard has also been added.
This rename is made in preparation for the removal of this guard
lib/libc/net/gethostbydns.c