From: Martin Pool Date: Wed, 13 Feb 2002 02:57:55 +0000 (+0000) Subject: At least change INO64_T and DEV64_T back to just 'int64', not X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1e19f7ba5fbe801ab2dcc2c48f3b34834542ea84?hp=1e19f7ba5fbe801ab2dcc2c48f3b34834542ea84 At least change INO64_T and DEV64_T back to just 'int64', not 'unsigned int64'. This should fix some compile problems on machines where int64 is not a simple integer type, but I'm not convinced it is the ideal fix. ---