]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - patch/patches/patch-2.6.1-get-arg.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / patch / patches / patch-2.6.1-get-arg.patch
diff --git a/patch/patches/patch-2.6.1-get-arg.patch b/patch/patches/patch-2.6.1-get-arg.patch
new file mode 100644 (file)
index 0000000..45f3bc8
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up patch-2.6.1/src/patch.c.get-arg patch-2.6.1/src/patch.c
+--- patch-2.6.1/src/patch.c.get-arg    2010-07-27 18:05:26.217150510 +0100
++++ patch-2.6.1/src/patch.c    2010-07-27 18:05:47.464150892 +0100
+@@ -558,7 +558,7 @@ static struct option const longopts[] =
+   {"remove-empty-files", no_argument, NULL, 'E'},
+   {"force", no_argument, NULL, 'f'},
+   {"fuzz", required_argument, NULL, 'F'},
+-  {"get", no_argument, NULL, 'g'},
++  {"get", required_argument, NULL, 'g'},
+   {"input", required_argument, NULL, 'i'},
+   {"ignore-whitespace", no_argument, NULL, 'l'},
+ #ifdef ENABLE_MERGE