[openwrt/openwrt] argp-standalone: clean up patch fuzz
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 5 03:02:23 PST 2018
dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b153dbf04610501278315cd453a83bdcfeff97b4
commit b153dbf04610501278315cd453a83bdcfeff97b4
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Thu Jan 4 13:50:10 2018 +0000
argp-standalone: clean up patch fuzz
Refresh patches to tidy up fuzz. No functional changes
Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
.../argp-standalone/patches/001-throw-in-funcdef.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/package/libs/argp-standalone/patches/001-throw-in-funcdef.patch b/package/libs/argp-standalone/patches/001-throw-in-funcdef.patch
index 4a90751..2dcfe9c 100644
--- a/package/libs/argp-standalone/patches/001-throw-in-funcdef.patch
+++ b/package/libs/argp-standalone/patches/001-throw-in-funcdef.patch
@@ -18,9 +18,9 @@
No __THROW in function implementation.
--jsaw
---- argp-standalone-1.4-test2/argp.h.orig 2006-01-06 02:29:59.000000000 +0100
-+++ argp-standalone-1.4-test2/argp.h 2006-01-06 02:41:10.000000000 +0100
-@@ -560,17 +560,17 @@
+--- a/argp.h
++++ b/argp.h
+@@ -560,17 +560,17 @@ __argp_short_program_name(const struct a
# endif
# ifndef ARGP_EI
@@ -41,7 +41,7 @@ No __THROW in function implementation.
{
if (__opt->flags & OPTION_DOC)
return 0;
-@@ -582,7 +582,7 @@
+@@ -582,7 +582,7 @@ __option_is_short (__const struct argp_o
}
ARGP_EI int
@@ -50,9 +50,9 @@ No __THROW in function implementation.
{
return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;
}
---- argp-standalone-1.4-test2/argp-parse.c.orig 2006-01-06 02:47:48.000000000 +0100
-+++ argp-standalone-1.4-test2/argp-parse.c 2006-01-06 02:48:16.000000000 +0100
-@@ -1290,13 +1290,13 @@
+--- a/argp-parse.c
++++ b/argp-parse.c
+@@ -1277,13 +1277,13 @@ weak_alias (__argp_input, _argp_input)
/* Defined here, in case a user is not inlining the definitions in
* argp.h */
void
@@ -68,7 +68,7 @@ No __THROW in function implementation.
{
if (__opt->flags & OPTION_DOC)
return 0;
-@@ -1310,7 +1310,7 @@
+@@ -1297,7 +1297,7 @@ __option_is_short (__const struct argp_o
}
int
More information about the lede-commits
mailing list