]> git.ozlabs.org Git - ppp.git/commitdiff
Some systems define `u' as a macro.
authorPaul Mackerras <paulus@samba.org>
Sun, 13 Sep 1998 23:37:12 +0000 (23:37 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 13 Sep 1998 23:37:12 +0000 (23:37 +0000)
common/zlib.c

index 9d1b8f224880397d5cbb51993499282b7fd22131..2c4834bce42689246490924b129d8fa1a41cc91f 100644 (file)
@@ -10,7 +10,7 @@
  * - added inflateIncomp and deflateOutputPending
  * - allow strm->next_out to be NULL, meaning discard the output
  *
- * $Id: zlib.c,v 1.10 1998/03/19 04:55:37 paulus Exp $
+ * $Id: zlib.c,v 1.11 1998/09/13 23:37:12 paulus Exp $
  */
 
 /* 
@@ -52,6 +52,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/systm.h>
+#undef u
 #  define HAVE_MEMCPY
 #  define memcpy(d, s, n)      bcopy((s), (d), (n))
 #  define memset(d, v, n)      bzero((d), (n))