summaryrefslogtreecommitdiffstats
path: root/sys/net/zlib.h
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-02-14 12:50:20 +0000
committertijl <tijl@FreeBSD.org>2012-02-14 12:50:20 +0000
commita89581c07f0ad3b2381b871ea3abe6875b4905a6 (patch)
tree4daeb8f425a3d2413fa801077a2a0fd150abf867 /sys/net/zlib.h
parentb529e734cb0e714064ede8ada785785cf36328b3 (diff)
downloadFreeBSD-src-a89581c07f0ad3b2381b871ea3abe6875b4905a6.zip
FreeBSD-src-a89581c07f0ad3b2381b871ea3abe6875b4905a6.tar.gz
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.
Diffstat (limited to 'sys/net/zlib.h')
-rw-r--r--sys/net/zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/zlib.h b/sys/net/zlib.h
index 85db8d4..44aa425 100644
--- a/sys/net/zlib.h
+++ b/sys/net/zlib.h
@@ -109,7 +109,7 @@ extern "C" {
#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
# define WIN32
#endif
-#if defined(__GNUC__) || defined(WIN32) || defined(__386__) || defined(i386)
+#if defined(__GNUC__) || defined(WIN32) || defined(__386__) || defined(__i386__)
# ifndef __32BIT__
# define __32BIT__
# endif
OpenPOWER on IntegriCloud