Fix variable type.

This commit is contained in:
Alexander Motin 2009-11-09 19:47:46 +00:00
parent 92cd449f80
commit 88cbe43d65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199101

View File

@ -4143,7 +4143,7 @@ atapm(struct cam_device *device, int argc, char **argv,
union ccb *ccb;
int retval = 0;
int t = -1;
char c;
int c;
u_char cmd, sc;
ccb = cam_getccb(device);