aboutsummaryrefslogtreecommitdiffstats
path: root/zlib
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-07-07 20:37:31 +0000
committerWayne Davison <wayned@samba.org>2005-07-07 20:37:31 +0000
commit4a2744cee3eb2170f457ee64e14753cd6ac8bdec (patch)
tree9608de812963912c757cf334efba5e3e90182bec /zlib
parent12febd804fcfbcbef7325610699aaae4597635c1 (diff)
downloadandroid_external_rsync-4a2744cee3eb2170f457ee64e14753cd6ac8bdec.tar.gz
android_external_rsync-4a2744cee3eb2170f457ee64e14753cd6ac8bdec.tar.bz2
android_external_rsync-4a2744cee3eb2170f457ee64e14753cd6ac8bdec.zip
One more "#undef BAD" for AIX.
Diffstat (limited to 'zlib')
-rw-r--r--zlib/inflate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zlib/inflate.c b/zlib/inflate.c
index dfb2e867..6b522b21 100644
--- a/zlib/inflate.c
+++ b/zlib/inflate.c
@@ -6,6 +6,10 @@
#include "zutil.h"
#include "infblock.h"
+#ifdef BAD /* For AIX */
+#undef BAD
+#endif
+
struct inflate_blocks_state {int dummy;}; /* for buggy compilers */
typedef enum {