]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/patches/06-fix-no-tcp-short-option.patch
Imported Debian patch 1.0.11~git-20060105-1
[nfs-utils.git] / debian / patches / 06-fix-no-tcp-short-option.patch
diff --git a/debian/patches/06-fix-no-tcp-short-option.patch b/debian/patches/06-fix-no-tcp-short-option.patch
deleted file mode 100644 (file)
index af42343..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: nfs-utils-1.0.10/utils/mountd/mountd.c
-===================================================================
---- nfs-utils-1.0.10.orig/utils/mountd/mountd.c
-+++ nfs-utils-1.0.10/utils/mountd/mountd.c
-@@ -558,7 +558,7 @@ main(int argc, char **argv)
-       /* Parse the command line options and arguments. */
-       opterr = 0;
--      while ((c = getopt_long(argc, argv, "o:n:Fd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF)
-+      while ((c = getopt_long(argc, argv, "o:nFd:f:p:P:hH:N:V:vs:t:", longopts, NULL)) != EOF)
-               switch (c) {
-               case 'o':
-                       descriptors = atoi(optarg);