From f719976d8df1d4c5c6c8ee30d7069af3afe0cfc8 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 12 Jan 2009 18:14:20 +0000 Subject: [PATCH] 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) --- include/mntopts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mntopts.h b/include/mntopts.h index e257ee1e8bbb..8e76a6e71869 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;