Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.sbin/amd/include Pull up revision 1.23 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/60a9a8f0df97
branches:  netbsd-1-6
changeset: 529358:60a9a8f0df97
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 16 09:13:54 2002 +0000

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

diffstat:

 usr.sbin/amd/include/config.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c23786186460 -r 60a9a8f0df97 usr.sbin/amd/include/config.h
--- a/usr.sbin/amd/include/config.h     Fri Nov 15 15:45:18 2002 +0000
+++ b/usr.sbin/amd/include/config.h     Sat Nov 16 09:13:54 2002 +0000
@@ -437,6 +437,9 @@
 /* Mount Table option string: support property lists (ACLs) */
 /* #undef MNTTAB_OPT_PROPLIST */
 
+/* 32<->64 dir cookie translation */
+#define MNTTAB_OPT_XLATECOOKIE "xlatecookie"
+
 /*
  * Generic mount(2) options (hex numbers)
  */



Home | Main Index | Thread Index | Old Index