summaryrefslogtreecommitdiff
path: root/nfs/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/mount.h')
-rw-r--r--nfs/mount.h4
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