Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/am-utils/include xlatecookie option wasn't working as M...



details:   https://anonhg.NetBSD.org/src/rev/92a268c94acf
branches:  trunk
changeset: 550082:92a268c94acf
user:      markd <markd%NetBSD.org@localhost>
date:      Tue Jul 29 12:11:29 2003 +0000

description:
xlatecookie option wasn't working as MNTTAB_OPT_XLATECOOKIE wasn't defined.

patch will be in am-utils 6.1

OK'd by christos

diffstat:

 dist/am-utils/include/am_compat.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4331fcc7e418 -r 92a268c94acf dist/am-utils/include/am_compat.h
--- a/dist/am-utils/include/am_compat.h Tue Jul 29 12:08:59 2003 +0000
+++ b/dist/am-utils/include/am_compat.h Tue Jul 29 12:11:29 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: am_compat.h,v 1.1.1.5 2002/11/29 22:59:02 christos Exp $       */
+/*     $NetBSD: am_compat.h,v 1.2 2003/07/29 12:11:29 markd Exp $      */
 
 /*
  * am_compat.h:
@@ -96,6 +96,10 @@
 # define MNTTAB_OPT_NOLOCK "nolock"
 #endif /* defined(MNT2_NFS_OPT_NONLM) && !defined(MNTTAB_OPT_NOLOCK) */
 
+#if defined(MNT2_NFS_OPT_XLATECOOKIE) && !defined(MNTTAB_OPT_XLATECOOKIE)
+# define MNTTAB_OPT_XLATECOOKIE "xlatecookie"
+#endif /* defined(MNT2_NFS_OPT_XLATECOOKIE) && !defined(MNTTAB_OPT_XLATECOOKIE) */
+
 /*
  * Complete MNTTAB_OPT_* options based on MNT2_CDFS_OPT_* mount options.
  */



Home | Main Index | Thread Index | Old Index