git: scsi_sg - cmd is now ap->a_cmd
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Oct 9 09:10:34 PDT 2009
commit fc58f8820796b8a0aede2a0d64024777a3178d7f
Author: Alex Hornung <ahornung at 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
More information about the Commits
mailing list