]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-2.10m-mount-nfsv3.patch
- what a stupidity!
[packages/util-linux.git] / util-linux-2.10m-mount-nfsv3.patch
CommitLineData
22ab1e18
JR
1--- util-linux-2.10m/mount/nfsmount.c.nfsv3 Thu Jun 22 11:24:15 2000
2+++ util-linux-2.10m/mount/nfsmount.c Thu Jun 22 11:25:14 2000
3@@ -106,7 +106,7 @@ find_kernel_nfs_mount_version(void) {
4 if (kernel_version) {
5 if (kernel_version < MAKE_VERSION(2,1,32))
6 nfs_mount_version = 1;
7- else if (kernel_version < MAKE_VERSION(2,3,99))
8+ else if (kernel_version < MAKE_VERSION(2,2,16))
9 nfs_mount_version = 3;
10 else
11 nfs_mount_version = 4; /* since 2.3.99pre4 */
This page took 0.024432 seconds and 4 git commands to generate.