lkml.org 
[lkml]   [1998]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectdrivers/scsi/aic7xxx/sequencer.h
drivers/scsi/aic7xxx/sequencer.h still complains about redefinition of
u_int8_t. This patch fixes it for me (tm).

Regards,
Damien Miller

--- drivers/scsi/aic7xxx/sequencer.h_orig Tue Apr 7 16:13:52 1998
+++ drivers/scsi/aic7xxx/sequencer.h Tue Apr 7 16:14:43 1998
@@ -39,7 +39,7 @@
* $Id: sequencer.h,v 1.2 1997/06/27 19:38:52 gibbs Exp $
*/

-#if defined(__KERNEL__)
+#if defined(__KERNEL__) && !defined(__BIT_TYPES_DEFINED__)
typedef unsigned char u_int8_t;
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.028 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site