]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: use DPRINTF in biosdisk.c and define safe DPRINTF
authortsoome <tsoome@FreeBSD.org>
Thu, 9 May 2019 13:12:43 +0000 (13:12 +0000)
committertsoome <tsoome@FreeBSD.org>
Thu, 9 May 2019 13:12:43 +0000 (13:12 +0000)
commitedcc1fb7d743659d9eb9bf166355832ea9bf2c87
tree04b949692113aa273d447ff1df66995cd51235cc
parentdeab606f6db9d0e8279d6ac709994e2d32f51dff
loader: use DPRINTF in biosdisk.c and define safe DPRINTF

r345066 did miss biosdisk.c.

Also define DPRINTF as ((void)0) for case we do not want debug printouts.

MFC after: 1 week
stand/common/disk.c
stand/common/interp_forth.c
stand/common/part.c
stand/i386/libi386/biosdisk.c