diff options
Diffstat (limited to 'nfs/mount.h')
-rw-r--r-- | nfs/mount.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nfs/mount.h b/nfs/mount.h index b2cf8e8e..b1862442 100644 --- a/nfs/mount.h +++ b/nfs/mount.h @@ -1,5 +1,5 @@ -/* - Copyright (C) 1995 Free Software Foundation, Inc. +/* Manifest constants describing the mount protocol + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +/* These constants define the RPC mount protocol; see RFC 1094. */ + #define MOUNT_RPC_PROGRAM 100005 #define MOUNT_RPC_VERSION 1 |