summaryrefslogtreecommitdiff
path: root/nfs/consts.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-19 17:58:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-19 17:58:11 +0000
commitb6724432098709311f2cc2867c7734b41abe105a (patch)
treee25c3a534e2603029a58ab3d12544ed8a75c860d /nfs/consts.c
parentbc9f5db2d23a3cc18dc5b52cbc6ef1fa09d6e8e4 (diff)
entered into RCS
Diffstat (limited to 'nfs/consts.c')
-rw-r--r--nfs/consts.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/nfs/consts.c b/nfs/consts.c
index 22a97276..9146615b 100644
--- a/nfs/consts.c
+++ b/nfs/consts.c
@@ -1,5 +1,5 @@
-/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+/* Definition of constants required by libnetfs
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -20,4 +20,6 @@
#include "nfs.h"
+/* Maximum number of times to walk through symlinks before returning
+ ELOOP. See <hurd/libnetfs.h> for details. */
int netfs_maxsymlinks = 8;