Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/mntopts.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/mntopts.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.11.4.2 diff -u -p -r1.11 -r1.11.4.2 --- src/include/mntopts.h 2008/07/31 05:38:04 1.11 +++ src/include/mntopts.h 2009/01/22 20:31:37 1.11.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.11 2008/07/31 05:38:04 simonb Exp $ */ +/* $NetBSD: mntopts.h,v 1.11.4.2 2009/01/22 20:31:37 snj Exp $ */ /*- * Copyright (c) 1994 @@ -70,6 +70,7 @@ struct mntopt { /* This is parsed by mount(8), but is ignored by specific mount_*(8)s. */ #define MOPT_AUTO { "auto", 0, 0, 0 } +#define MOPT_RUMP { "rump", 0, 0, 0 } #define MOPT_NULL { NULL, 0, 0, 0 } #define MOPT_FSTAB_COMPAT \ @@ -89,7 +90,8 @@ struct mntopt { MOPT_RDONLY, \ MOPT_UNION, \ MOPT_IGNORE, \ - MOPT_SYMPERM + MOPT_SYMPERM, \ + MOPT_RUMP __BEGIN_DECLS typedef struct mntoptparse *mntoptparse_t;