Rename dprintf into dbg_printf to avoid collision with dprintf(3)
authorBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 10 May 2016 07:52:17 +0000 (07:52 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 10 May 2016 07:52:17 +0000 (07:52 +0000)
commit25fac4a635c3a5aab89c906abb1ce872d59b6a04
treecc130270be35f30afa243829b8c6b850b951caab
parenta05f81bfa3def4ef0a7e8fed227a430f80d1f8b8
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
cddl/contrib/opensolaris/lib/libdtrace/common/drti.c