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)
This commit is contained in:
pooka 2009-01-12 18:14:20 +00:00
parent b24e157611
commit f719976d8d

View File

@ -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;