| /* | |
| * this file contains some information still missing from glibc header files | |
| */ | |
| /* | |
| * from mntent.h | |
| */ | |
| #define MNTTYPE_EXT2 "ext2" /* Second Extended file system */ | |
| #define MNTOPT_NOQUOTA "noquota" /* don't use any quota on this partition */ | |
| #define MNTOPT_USRQUOTA "usrquota" /* use userquota on this partition */ | |
| #define MNTOPT_GRPQUOTA "grpquota" /* use groupquota on this partition */ | |