aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2012-02-14 12:50:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2012-02-14 12:50:20 +0000
commit265f940acc44916144e8b0485a5504ef88d279c9 (patch)
tree4daeb8f425a3d2413fa801077a2a0fd150abf867 /sys/dev
parent82dd5016bd749d1d9e1531bd1703aebeecceab34 (diff)
downloadsrc-265f940acc44916144e8b0485a5504ef88d279c9.tar.gz
src-265f940acc44916144e8b0485a5504ef88d279c9.zip
Change some headers such that lang/gcc* ports no longer patch them.
The lang/gcc* ports patch headers where they think something is non-standard. These patched headers override the system headers which means you have to rebuild these ports whenever you do installworld to make sure they contain the latest changes.
Notes
Notes: svn path=/head/; revision=231678
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mpt/mpilib/mpi_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpilib/mpi_type.h b/sys/dev/mpt/mpilib/mpi_type.h
index 236baf674f20..6ff133c0b600 100644
--- a/sys/dev/mpt/mpilib/mpi_type.h
+++ b/sys/dev/mpt/mpilib/mpi_type.h
@@ -84,7 +84,7 @@ typedef uint32_t U32;
#else
-#if defined(unix) || defined(__arm) || defined(ALPHA) || defined(__PPC__) || defined(__ppc)
+#if defined(__unix__) || defined(__arm) || defined(ALPHA) || defined(__PPC__) || defined(__ppc)
typedef signed int S32;
typedef unsigned int U32;