看板 DFBSD_commit 關於我們 聯絡資訊
commit fc58f8820796b8a0aede2a0d64024777a3178d7f Author: Alex Hornung <ahornung@gmail.com> Date: Fri Oct 9 16:53:15 2009 +0100 scsi_sg - cmd is now ap->a_cmd * the cmd parameter for an ioctl routine is in the ap ioctl_args structure since some time ago, so don't use the inexistant cmd variable for the debug kprintf. * This solves a compilation issue when building with scsi debug. Reported-By: Jan Lentfer Summary of changes: sys/bus/cam/scsi/scsi_sg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fc58f8820796b8a0aede2a0d64024777a3178d7f -- DragonFly BSD source repository