[PATCH] scsi.h uses "u8" which isn't defined.

From: Dominik Strasser
Date: Sun Aug 17 2003 - 07:37:15 EST


scsi.h uses "u8" which doesn't seem to be defined.
Better use u_char.

--- linux/include/scsi/scsi.h 2003-08-17 14:36:02.000000000 +0200
+++ /tmp/scsi.h 2003-08-17 14:39:42.000000000 +0200
@@ -226,7 +226,7 @@
* ScsiLun: 8 byte LUN.
*/
typedef struct scsi_lun {
- u_char scsi_lun[8];
+ u8 scsi_lun[8];
} ScsiLun;

/*


Dominik

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/