diff options
| author | pooka <pooka@NetBSD.org> | 2009-01-12 18:14:20 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-01-12 18:14:20 +0000 |
| commit | f719976d8df1d4c5c6c8ee30d7069af3afe0cfc8 (patch) | |
| tree | c15b1c8fa57fa668a75242179cb3bd4b0ac5ea4a /include | |
| parent | b24e157611872a4f5908b632f249aa6a9b08649d (diff) | |
Add MOPT_RUMP to STDOPTS so it will be correctly ignored by everyone
else apart from /sbin/mount.
(missed this portion of the file yesterday. it was in the wrong tree)
Diffstat (limited to 'include')
| -rw-r--r-- | include/mntopts.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mntopts.h b/include/mntopts.h index e257ee1e8bb..8e76a6e7186 100644 --- a/include/mntopts.h +++ b/include/mntopts.h @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.12 2009/01/11 20:39:34 pooka Exp $ */ +/* $NetBSD: mntopts.h,v 1.13 2009/01/12 18:14:20 pooka Exp $ */ /*- * Copyright (c) 1994 @@ -90,7 +90,8 @@ struct mntopt { MOPT_RDONLY, \ MOPT_UNION, \ MOPT_IGNORE, \ - MOPT_SYMPERM + MOPT_SYMPERM, \ + MOPT_RUMP __BEGIN_DECLS typedef struct mntoptparse *mntoptparse_t; |
