diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-04 12:47:04 +0000 |
commit | ad593a5f3264eeef8d8cc3dd95202d49de2e376a (patch) | |
tree | 2a58a24d0ef4e63b02f4af72155e63f899d703c5 /nfs/mount.h | |
parent | 74751f8f52c16a07d75247cd5258e83ba5d11638 (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/mount.h')
-rw-r--r-- | nfs/mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfs/mount.h b/nfs/mount.h index b1862442..fce8ee4c 100644 --- a/nfs/mount.h +++ b/nfs/mount.h @@ -20,8 +20,8 @@ /* These constants define the RPC mount protocol; see RFC 1094. */ -#define MOUNT_RPC_PROGRAM 100005 -#define MOUNT_RPC_VERSION 1 +#define MOUNTPROG 100005 +#define MOUNTVERS 1 /* Obnoxious arbitrary limits */ #define MOUNT_MNTPATHLEN 1024 |