diff options
author | Wayne Davison <wayned@samba.org> | 2004-07-22 19:28:45 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-07-22 19:28:45 +0000 |
commit | 28deecca55ff109d6eff7fc09bac7843559b7d5c (patch) | |
tree | 1c04dc8be1c48cf76ec0f58832d2009b42a1b1ff /rsync.h | |
parent | 4db88e5b8f73731d52f853d78fe7dffbb14a2ec4 (diff) | |
download | rsync-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |