]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/patches/04-eacces-is-a-permanent-error.patch
Imported Debian patch 1.1.2-4
[nfs-utils.git] / debian / patches / 04-eacces-is-a-permanent-error.patch
diff --git a/debian/patches/04-eacces-is-a-permanent-error.patch b/debian/patches/04-eacces-is-a-permanent-error.patch
new file mode 100644 (file)
index 0000000..d3d2406
--- /dev/null
@@ -0,0 +1,12 @@
+Index: nfs-utils-1.1.2/utils/mount/stropts.c
+===================================================================
+--- nfs-utils-1.1.2.orig/utils/mount/stropts.c
++++ nfs-utils-1.1.2/utils/mount/stropts.c
+@@ -252,7 +252,6 @@ static int set_mandatory_options(const c
+ static int is_permanent_error(int error)
+ {
+       switch (error) {
+-      case EACCES:
+       case ESTALE:
+       case ETIMEDOUT:
+       case ECONNREFUSED: