summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-03 13:48:51 -0700
committerMichael Forney <mforney@mforney.org>2020-06-03 17:48:48 -0700
commit16b1952b45a0bdb7cf80be1d43990927db1205ff (patch)
treea48cc630e7b71d927c38f66016f59f5a49a47908 /pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
parent201d086aa56ae273968d9b1a9fb94cb427b52eaa (diff)
iproute2: Update to 5.7.0
Diffstat (limited to 'pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch')
-rw-r--r--pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch b/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
index e08377aa..220415b1 100644
--- a/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
+++ b/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
@@ -1,4 +1,4 @@
-From d575dcbe5b779829881974623d2585481e71c38e Mon Sep 17 00:00:00 2001
+From f75cda0aa33f331ce78eb3a5f9ef150a474534c6 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sun, 16 Jun 2019 12:39:04 -0700
Subject: [PATCH] Remove semicolon after function definitions
@@ -8,12 +8,12 @@ Subject: [PATCH] Remove semicolon after function definitions
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/lib/json_print.c b/lib/json_print.c
-index 8e7f32dc..8929e4d8 100644
+index fe0705bf..ecaab98b 100644
--- a/lib/json_print.c
+++ b/lib/json_print.c
-@@ -138,15 +138,15 @@ void close_json_array(enum output_type type, const char *str)
- color_fprintf(stdout, color, fmt, value); \
+@@ -140,15 +140,15 @@ void close_json_array(enum output_type type, const char *str)
} \
+ return ret; \
}
-_PRINT_FUNC(int, int);
-_PRINT_FUNC(s64, int64_t);
@@ -36,7 +36,7 @@ index 8e7f32dc..8929e4d8 100644
#undef _PRINT_FUNC
#define _PRINT_NAME_VALUE_FUNC(type_name, type, format_char) \
-@@ -158,8 +158,8 @@ _PRINT_FUNC(float, double);
+@@ -160,8 +160,8 @@ _PRINT_FUNC(float, double);
"%s %%"#format_char, name); \
print_##type_name(PRINT_ANY, name, format, value); \
}
@@ -46,7 +46,7 @@ index 8e7f32dc..8929e4d8 100644
+_PRINT_NAME_VALUE_FUNC(string, const char*, s)
#undef _PRINT_NAME_VALUE_FUNC
- void print_color_string(enum output_type type,
+ int print_color_string(enum output_type type,
--
-2.25.0
+2.27.0