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.10.20.1 retrieving revision 1.12 diff -u -p -r1.10.20.1 -r1.12 --- src/include/mntopts.h 2008/06/10 14:51:21 1.10.20.1 +++ src/include/mntopts.h 2009/01/11 20:39:34 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.10.20.1 2008/06/10 14:51:21 simonb Exp $ */ +/* $NetBSD: mntopts.h,v 1.12 2009/01/11 20:39:34 pooka 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 \