Decided to hold off on the potential memory savings of indexed
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 2a40532..e6bff06 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -517,9 +517,9 @@ struct file_struct {
                struct hlink *links;
        } link_u;
        time_t modtime;
+       mode_t mode;
        uid_t uid;
        gid_t gid;
-       mode_t mode;
        uchar flags;    /* this item MUST remain last */
 };