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