From: Wayne Davison Date: Mon, 2 Feb 2004 21:32:56 +0000 (+0000) Subject: Added comment about the position of file_list's "flags" var. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5009de7d2d5ce5ebeefdc0d4dc1d0899823f1b13 Added comment about the position of file_list's "flags" var. --- diff --git a/rsync.h b/rsync.h index 1937c7c7..1d915c7d 100644 --- a/rsync.h +++ b/rsync.h @@ -425,7 +425,7 @@ struct file_struct { char *basedir; uid_t uid; gid_t gid; - uchar flags; + uchar flags; /* this item MUST remain last */ }; #define ARENA_SIZE (32 * 1024)