following a report of problems with Linux/alpha I've changed zlib.c to
[rsync/rsync.git] / lib / zlib.h
index e3413d6..6ff2ae5 100644 (file)
 
 typedef unsigned char  Byte;  /* 8 bits */
 typedef unsigned int   uInt;  /* 16 bits or more */
-typedef unsigned long  uLong; /* 32 bits or more */
+typedef int32 Long; /* 32 bits or more */
+typedef uint32 uLong; /* 32 bits or more */
 
 typedef Byte FAR Bytef;
 typedef char FAR charf;