blob: 9c1927bdc59d9bf4651511a98441a6f4a24ecddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- rsync-2.6.3/rsync.orig.h 2004-10-14 03:49:54.000000000 -0600
+++ rsync-2.6.3/rsync.h 2004-10-14 03:50:09.000000000 -0600
@@ -327,7 +327,7 @@
#define uint64 unsigned long long
#else
/* As long as it gets... */
-#define uint64 unsigned off_t
+#define uint64 loff_t
#endif
/* Starting from protocol version 26, we always use 64-bit
|