]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 e6bff06a75b8a4dd6d66256161bf2670c505ed95..2a405320a43369d5e58ed58cf64867987e8daa0b 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 */
 };