One more minor tweak.

This commit is contained in:
Wayne Davison committed 2006-01-25 17:34:39 +00:00
1 parent 7b6fa00ff8
commit fc2dd77ec7
1 file changed
+1 -1
+1 -1
View File
@@ -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 */
};