add opendir alias
[minix.git] / lib / libpuffs / mntopts.h
blob1db0d2bc6a3e1fca1806586abec404b7096f5427
1 #ifndef _MNTOPTS_H_
2 #define _MNTOPTS_H_
4 struct mntopt {
5 const char *m_option; /* option name */
6 int m_inverse; /* if a negative option, eg "dev" */
7 int m_flag; /* bit to set, eg. MNT_RDONLY */
8 int m_altloc; /* 1 => set bit in altflags */
9 };
13 #endif