X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5cb31dcf92055e7341f710fb10e063fbb4000fe5..7b6fa00ff8abf063dae4a974fc824d430d228d14:/rsync.h diff --git a/rsync.h b/rsync.h index 2a405320..e6bff06a 100644 --- 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 */ };