From 768a8affab4a4f4e966bdc469b210265fdde5623 Mon Sep 17 00:00:00 2001 From: trhodes Date: Tue, 17 Feb 2004 16:53:41 +0000 Subject: Do not place dirmask in unnamed padding. Move it to the bottom of this list where it should have been added originally. Prodded by: bde --- sys/fs/msdosfs/msdosfsmount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 468677a..2f35ecc 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -213,13 +213,13 @@ struct msdosfs_args { uid_t uid; /* uid that owns msdosfs files */ gid_t gid; /* gid that owns msdosfs files */ mode_t mask; /* file mask to be applied for msdosfs perms */ - mode_t dirmask; /* dir mask to be applied for msdosfs perms */ int flags; /* see below */ int magic; /* version number */ u_int16_t u2w[128]; /* Local->Unicode table */ char *cs_win; /* Windows(Unicode) Charset */ char *cs_dos; /* DOS Charset */ char *cs_local; /* Local Charset */ + mode_t dirmask; /* dir mask to be applied for msdosfs perms */ }; /* -- cgit v1.1