argp-standalone: clean up patch fuzz
Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
4e800716ac
commit
b153dbf046
1 changed files with 8 additions and 8 deletions
|
@ -18,9 +18,9 @@
|
||||||
No __THROW in function implementation.
|
No __THROW in function implementation.
|
||||||
--jsaw
|
--jsaw
|
||||||
|
|
||||||
--- argp-standalone-1.4-test2/argp.h.orig 2006-01-06 02:29:59.000000000 +0100
|
--- a/argp.h
|
||||||
+++ argp-standalone-1.4-test2/argp.h 2006-01-06 02:41:10.000000000 +0100
|
+++ b/argp.h
|
||||||
@@ -560,17 +560,17 @@
|
@@ -560,17 +560,17 @@ __argp_short_program_name(const struct a
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifndef ARGP_EI
|
# ifndef ARGP_EI
|
||||||
|
@ -41,7 +41,7 @@ No __THROW in function implementation.
|
||||||
{
|
{
|
||||||
if (__opt->flags & OPTION_DOC)
|
if (__opt->flags & OPTION_DOC)
|
||||||
return 0;
|
return 0;
|
||||||
@@ -582,7 +582,7 @@
|
@@ -582,7 +582,7 @@ __option_is_short (__const struct argp_o
|
||||||
}
|
}
|
||||||
|
|
||||||
ARGP_EI int
|
ARGP_EI int
|
||||||
|
@ -50,9 +50,9 @@ No __THROW in function implementation.
|
||||||
{
|
{
|
||||||
return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;
|
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
|
--- a/argp-parse.c
|
||||||
+++ argp-standalone-1.4-test2/argp-parse.c 2006-01-06 02:48:16.000000000 +0100
|
+++ b/argp-parse.c
|
||||||
@@ -1290,13 +1290,13 @@
|
@@ -1277,13 +1277,13 @@ weak_alias (__argp_input, _argp_input)
|
||||||
/* Defined here, in case a user is not inlining the definitions in
|
/* Defined here, in case a user is not inlining the definitions in
|
||||||
* argp.h */
|
* argp.h */
|
||||||
void
|
void
|
||||||
|
@ -68,7 +68,7 @@ No __THROW in function implementation.
|
||||||
{
|
{
|
||||||
if (__opt->flags & OPTION_DOC)
|
if (__opt->flags & OPTION_DOC)
|
||||||
return 0;
|
return 0;
|
||||||
@@ -1310,7 +1310,7 @@
|
@@ -1297,7 +1297,7 @@ __option_is_short (__const struct argp_o
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue