diff options
Diffstat (limited to 'cmdline.h')
-rw-r--r-- | cmdline.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ struct cmdline { /** Table of mounted file systems. */ struct bfs_mtab *mtab; + /** The error that occurred parsing the mount table, if any. */ + int mtab_error; /** -mindepth option. */ int mindepth; |