diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 18:13:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 18:13:40 +0000 |
commit | 85e523ecdcb4ca9405e7f5975981cf2a0b01c461 (patch) | |
tree | 5a3cfc8f43a7062fd8c29765b2d43be41a5ff7ea /nfs/mount.h | |
parent | 6ff5cc724a7bbb7d39bb8bcc85d29a36784eca3c (diff) | |
download | hurd-85e523ecdcb4ca9405e7f5975981cf2a0b01c461.tar.gz hurd-85e523ecdcb4ca9405e7f5975981cf2a0b01c461.tar.bz2 hurd-85e523ecdcb4ca9405e7f5975981cf2a0b01c461.zip |
entered into RCS
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 |