Source-Changes-HG archive

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

[src/netbsd-1-6]: src/dist/am-utils/libamu Pull up revisions 1.4-1.5 (request...



details:   https://anonhg.NetBSD.org/src/rev/e8aeea25e184
branches:  netbsd-1-6
changeset: 529359:e8aeea25e184
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 16 09:14:38 2002 +0000

description:
Pull up revisions 1.4-1.5 (requested by tron in ticket #624):
  Add new option ``xlatecookie'' to amd(8), to support NFSv3
  mounts with cookie translation.  Fixes PR#17245.

diffstat:

 dist/am-utils/libamu/mount_fs.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 60a9a8f0df97 -r e8aeea25e184 dist/am-utils/libamu/mount_fs.c
--- a/dist/am-utils/libamu/mount_fs.c   Sat Nov 16 09:13:54 2002 +0000
+++ b/dist/am-utils/libamu/mount_fs.c   Sat Nov 16 09:14:38 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_fs.c,v 1.3 2001/05/13 18:07:00 veego Exp $       */
+/*     $NetBSD: mount_fs.c,v 1.3.2.1 2002/11/16 09:14:38 he Exp $      */
 
 /*
  * Copyright (c) 1997-2001 Erez Zadok
@@ -115,6 +115,10 @@
   {MNTTAB_OPT_NOLOCK, MNT2_NFS_OPT_NONLM},
 #endif /* defined(MNT2_NFS_OPT_NONLM) && defined(MNTTAB_OPT_NOLOCK) */
 
+#if defined(MNT2_NFS_OPT_XLATECOOKIE) && defined(MNTTAB_OPT_XLATECOOKIE)
+  {MNTTAB_OPT_XLATECOOKIE, MNT2_NFS_OPT_XLATECOOKIE},
+#endif /* defined(MNT2_NFS_OPT_XLATECOOKIE) && defined(MNTTAB_OPT_XLATECOOKIE) */
+
   {0, 0}
 };
 



Home | Main Index | Thread Index | Old Index