Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/am-utils/libamu Synchronize last change with what is in...
details: https://anonhg.NetBSD.org/src/rev/04b5e9283a1b
branches: trunk
changeset: 533163:04b5e9283a1b
user: tron <tron%NetBSD.org@localhost>
date: Sun Jun 23 08:37:36 2002 +0000
description:
Synchronize last change with what is in the official amd sources now as
suggested by Erez Zadok in private e-mail.
diffstat:
dist/am-utils/libamu/mount_fs.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r fa1467b95d77 -r 04b5e9283a1b dist/am-utils/libamu/mount_fs.c
--- a/dist/am-utils/libamu/mount_fs.c Sun Jun 23 03:00:19 2002 +0000
+++ b/dist/am-utils/libamu/mount_fs.c Sun Jun 23 08:37:36 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_fs.c,v 1.4 2002/06/14 15:16:54 tron Exp $ */
+/* $NetBSD: mount_fs.c,v 1.5 2002/06/23 08:37:36 tron Exp $ */
/*
* Copyright (c) 1997-2001 Erez Zadok
@@ -720,11 +720,6 @@
nap->flags |= MNT2_NFS_OPT_MAXGRPS;
#endif /* defined(MNT2_NFS_OPT_MAXGRPS) && defined(MNTTAB_OPT_MAXGROUPS) */
-#if defined(MNT2_NFS_OPT_XLATECOOKIE) && defined(MNTTAB_OPT_XLATECOOKIE)
- if (hasmntopt(mntp, MNTTAB_OPT_XLATECOOKIE) != NULL)
- nap->flags |= MNT2_NFS_OPT_XLATECOOKIE;
-#endif /* defined(MNT2_NFS_OPT_XLATECOOKIE) && defined(MNTTAB_OPT_XLATECOOKIE) */
-
#ifdef HAVE_FIELD_NFS_ARGS_T_OPTSTR
nap->optstr = mntp->mnt_opts;
#endif /* HAVE_FIELD_NFS_ARGS_T_OPTSTR */
Home |
Main Index |
Thread Index |
Old Index