Frustration mounting. I'll get it right eventually.
authorJ.W. Schultz <jw@samba.org>
Tue, 25 Mar 2003 04:18:10 +0000 (04:18 +0000)
committerJ.W. Schultz <jw@samba.org>
Tue, 25 Mar 2003 04:18:10 +0000 (04:18 +0000)
Thank goodness for the build farm.

rsync.h

diff --git a/rsync.h b/rsync.h
index f5152c3..7324d6d 100644 (file)
--- 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