From: J.W. Schultz Date: Tue, 25 Mar 2003 04:18:10 +0000 (+0000) Subject: Frustration mounting. I'll get it right eventually. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1b2f167546709a64400fc51309e457468ace773a Frustration mounting. I'll get it right eventually. Thank goodness for the build farm. --- diff --git a/rsync.h b/rsync.h index f5152c35..7324d6d9 100644 --- a/rsync.h +++ b/rsync.h @@ -268,7 +268,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #if HAVE_OFF64_T #define int64 off64_t #define int64 unsigned off64_t -#endif #elif (SIZEOF_LONG == 8) #define int64 long #define uint64 unsigned long