One more minor tweak.
authorWayne Davison <wayned@samba.org>
Wed, 25 Jan 2006 17:34:39 +0000 (17:34 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 25 Jan 2006 17:34:39 +0000 (17:34 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index e6bff06..2a40532 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 */
 };