This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via bdae52f1465743ad96b2261e053ae4967f807557 (commit)
from 45c4266eceeb35d20a0c74b4cd85510a0e3bf385 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bdae52f1465743ad96b2261e053ae4967f807557
Author: Matthew Leach <[email protected]>
Date: Mon Nov 19 15:02:52 2012 +0000
Fix compilation error with older versions of GCC
Some versions of GCC will error if you define a type twice (even if
the definition is the same). The NCR53C8XX SCSI driver defines
'vm_offset_t', this is also defined in vm_types.h and will therefore
cause a compilation error depending on the GCC version.
* linux/src/drivers/scsi/ncr53c8xx.c [!MACH] (vm_offset_t, vm_size_t): Don't
define types.
-----------------------------------------------------------------------
Summary of changes:
linux/src/drivers/scsi/ncr53c8xx.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Mach