diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 02:38:11 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 6ed53b8dbe14b7c0381f696721f4f80e3b1bb930 (patch) | |
| tree | 53dbe98e277233d01bd6916934f02b9e0297a6a2 /pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch | |
| parent | 951755fcd54be357dded3a096fef7bb67d845042 (diff) | |
iproute2: Update to 5.11.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.patch | 10 |
1 files changed, 5 insertions, 5 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 220415b1..dc9b3340 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 f75cda0aa33f331ce78eb3a5f9ef150a474534c6 Mon Sep 17 00:00:00 2001 +From 1b949a2da0e4fa94625faebeb3f0e62246be39d0 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,10 +8,10 @@ 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 fe0705bf..ecaab98b 100644 +index 994a2f8d..9bc77e3c 100644 --- a/lib/json_print.c +++ b/lib/json_print.c -@@ -140,15 +140,15 @@ void close_json_array(enum output_type type, const char *str) +@@ -137,15 +137,15 @@ void close_json_array(enum output_type type, const char *str) } \ return ret; \ } @@ -36,7 +36,7 @@ index fe0705bf..ecaab98b 100644 #undef _PRINT_FUNC #define _PRINT_NAME_VALUE_FUNC(type_name, type, format_char) \ -@@ -160,8 +160,8 @@ _PRINT_FUNC(float, double); +@@ -157,8 +157,8 @@ _PRINT_FUNC(float, double); "%s %%"#format_char, name); \ print_##type_name(PRINT_ANY, name, format, value); \ } @@ -48,5 +48,5 @@ index fe0705bf..ecaab98b 100644 int print_color_string(enum output_type type, -- -2.27.0 +2.30.0 |
