From 1b2f167546709a64400fc51309e457468ace773a Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Tue, 25 Mar 2003 04:18:10 +0000 Subject: [PATCH] Frustration mounting. I'll get it right eventually. Thank goodness for the build farm. --- rsync.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1