summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-02-17 16:53:41 +0000
committertrhodes <trhodes@FreeBSD.org>2004-02-17 16:53:41 +0000
commit768a8affab4a4f4e966bdc469b210265fdde5623 (patch)
tree5efd680fcea6effea791e0d16c4134858517f9f6
parent92aaace6046096db0cee26a2d09ade66657e9b41 (diff)
downloadFreeBSD-src-768a8affab4a4f4e966bdc469b210265fdde5623.zip
FreeBSD-src-768a8affab4a4f4e966bdc469b210265fdde5623.tar.gz
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
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h2
1 files changed, 1 insertions, 1 deletions
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 */
};
/*
OpenPOWER on IntegriCloud