You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
425 B
12 lines
425 B
diff -up nfs-utils-1.3.0/utils/mount/stropts.c.orig nfs-utils-1.3.0/utils/mount/stropts.c |
|
--- nfs-utils-1.3.0/utils/mount/stropts.c.orig 2017-03-28 11:13:30.000000000 -0400 |
|
+++ nfs-utils-1.3.0/utils/mount/stropts.c 2017-03-28 11:24:11.000000000 -0400 |
|
@@ -124,7 +124,7 @@ static void nfs_default_version(struct n |
|
|
|
#endif /* MOUNT_CONFIG */ |
|
mi->version.major = 4; |
|
- mi->version.minor = 2; |
|
+ mi->version.minor = 1; |
|
} |
|
|
|
/*
|
|
|