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.8 retrieving revision 1.10.18.1 diff -u -p -r1.8 -r1.10.18.1 --- src/include/mntopts.h 2006/10/16 03:31:27 1.8 +++ src/include/mntopts.h 2008/09/18 04:39:55 1.10.18.1 @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.8 2006/10/16 03:31:27 christos Exp $ */ +/* $NetBSD: mntopts.h,v 1.10.18.1 2008/09/18 04:39:55 wrstuden Exp $ */ /*- * Copyright (c) 1994 @@ -55,6 +55,7 @@ struct mntopt { #define MOPT_NOATIME { "atime", 1, MNT_NOATIME, 0 } #define MOPT_SYMPERM { "symperm", 0, MNT_SYMPERM, 0 } #define MOPT_SOFTDEP { "softdep", 0, MNT_SOFTDEP, 0 } +#define MOPT_LOG { "log", 0, MNT_LOG, 0 } #define MOPT_IGNORE { "hidden", 0, MNT_IGNORE, 0 } /* Control flags. */