Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 89877e42827f16fa5f86b1df0c2860b1 > files > 2095

kernel-2.6.18-128.1.10.el5.src.rpm

From: Chip Coldwell <coldwell@redhat.com>
Date: Thu, 15 May 2008 15:56:36 -0400
Subject: [scsi] BusLogic: typedef bool to boolean for compiler
Message-id: alpine.LFD.1.10.0805151556200.10708@barcelona.usersys.redhat.com
O-Subject: Re: [RHEL5 PATCH]: Replace boolean with bool in BusLogic module
Bugzilla: 445095

On Tue, 6 May 2008, Don Zickus wrote:

> On Tue, May 06, 2008 at 08:04:15AM -0400, Prarit Bhargava wrote:
> > Backport of
> >
> > http://marc.info/?l=git-commits-head&m=117122477703016&w=2
> >
> > Even though we do not ship the BusLogic module in RHEL5, we should make sure it
> > does compile.
>

diff --git a/drivers/scsi/BusLogic.h b/drivers/scsi/BusLogic.h
index 9792e5a..d6d1d56 100644
--- a/drivers/scsi/BusLogic.h
+++ b/drivers/scsi/BusLogic.h
@@ -237,10 +237,7 @@ enum BusLogic_BIOS_DiskGeometryTranslation {
   Define a Boolean data type.
 */
 
-typedef enum {
-	false,
-	true
-} PACKED boolean;
+typedef bool boolean;
 
 /*
   Define a 10^18 Statistics Byte Counter data type.