summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-07-22 19:28:45 +0000
committerWayne Davison <wayned@samba.org>2004-07-22 19:28:45 +0000
commit28deecca55ff109d6eff7fc09bac7843559b7d5c (patch)
tree1c04dc8be1c48cf76ec0f58832d2009b42a1b1ff /rsync.h
parent4db88e5b8f73731d52f853d78fe7dffbb14a2ec4 (diff)
downloadrsync-28deecca55ff109d6eff7fc09bac7843559b7d5c.tar.gz
rsync-28deecca55ff109d6eff7fc09bac7843559b7d5c.tar.bz2
rsync-28deecca55ff109d6eff7fc09bac7843559b7d5c.zip
Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be
64 bits. The code now only complains if int64 is really too short.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index b5308423..d5485079 100644
--- a/rsync.h
+++ b/rsync.h
@@ -312,7 +312,7 @@ enum msgcode {
#else
/* As long as it gets... */
#define int64 off_t
-#define NO_INT64
+#define INT64_IS_OFF_T
#endif
#if (SIZEOF_LONG == 8)