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.13.4.1 retrieving revision 1.15 diff -u -p -r1.13.4.1 -r1.15 --- src/include/mntopts.h 2010/02/11 05:36:16 1.13.4.1 +++ src/include/mntopts.h 2012/10/19 17:09:06 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.13.4.1 2010/02/11 05:36:16 uebayasi Exp $ */ +/* $NetBSD: mntopts.h,v 1.15 2012/10/19 17:09:06 drochner Exp $ */ /*- * Copyright (c) 1994 @@ -57,7 +57,8 @@ struct mntopt { #define MOPT_SOFTDEP { "softdep", 0, MNT_SOFTDEP, 0 } #define MOPT_LOG { "log", 0, MNT_LOG, 0 } #define MOPT_IGNORE { "hidden", 0, MNT_IGNORE, 0 } -#define MOPT_XIP { "xip", 0, MNT_XIP, 0 } +#define MOPT_EXTATTR { "extattr", 0, MNT_EXTATTR, 0 } +#define MOPT_DISCARD { "discard", 0, MNT_DISCARD, 0 } /* Control flags. */ #define MOPT_FORCE { "force", 0, MNT_FORCE, 0 }