public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi.h uses "u8" which isn't defined.
@ 2003-08-17 12:42 Dominik Strasser
  2003-08-17 12:46 ` Christoph Hellwig
  2003-08-17 12:55 ` Muli Ben-Yehuda
  0 siblings, 2 replies; 7+ messages in thread
From: Dominik Strasser @ 2003-08-17 12:42 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-08-17 13:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-17 12:42 [PATCH] scsi.h uses "u8" which isn't defined Dominik Strasser
2003-08-17 12:46 ` Christoph Hellwig
2003-08-17 13:08   ` Dominik Strasser
2003-08-17 13:07     ` Christoph Hellwig
2003-08-17 13:50       ` Dominik Strasser
2003-08-17 13:07     ` Muli Ben-Yehuda
2003-08-17 12:55 ` Muli Ben-Yehuda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox