Frustration mounting. I'll get it right eventually.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index d144e3b..7324d6d 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -267,10 +267,10 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 };
 
 #if HAVE_OFF64_T
 #define int64 off64_t
-#define uint64 unsigned off64_t
+#define int64 unsigned off64_t
 #elif (SIZEOF_LONG == 8) 
 #define int64 long
-#define uint64 unigned long
+#define uint64 unsigned long
 #elif (SIZEOF_INT == 8) 
 #define int64 int
 #define uint64 unsigned int