X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F06-fix-no-tcp-short-option.patch;fp=debian%2Fpatches%2F06-fix-no-tcp-short-option.patch;h=0000000000000000000000000000000000000000;hb=786b808f5826749bc1d4c632337a487c6337f813;hp=af423431e64a6f8a94f27aae08fda0dd01b2ae64;hpb=da31666c2663759c28c4cff4b2125c5062a51cac;p=nfs-utils.git 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 index af42343..0000000 --- a/debian/patches/06-fix-no-tcp-short-option.patch +++ /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);