summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/scsi_id/scsi.h')
-rw-r--r--src/udev/scsi_id/scsi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udev/scsi_id/scsi.h b/src/udev/scsi_id/scsi.h
index 8b759a768d..208b3e72ab 100644
--- a/src/udev/scsi_id/scsi.h
+++ b/src/udev/scsi_id/scsi.h
@@ -16,8 +16,8 @@
#include <scsi/scsi.h>
struct scsi_ioctl_command {
- unsigned int inlen; /* excluding scsi command length */
- unsigned int outlen;
+ unsigned inlen; /* excluding scsi command length */
+ unsigned outlen;
unsigned char data[1];
/* on input, scsi command starts here then opt. data */
};