CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/10 14:43:15
Modified files:
usr.sbin/vmd : pci.c vioscsi.c vmd.c vmd.h vmm.c
Log message:
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Replace all occurences of dprintf with DPRINTF (defined in proc.h).
