summaryrefslogtreecommitdiff
path: root/pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-16 00:17:10 -0700
committerMichael Forney <mforney@mforney.org>2024-03-17 00:27:08 -0700
commitb2f81fb67cfd273ed556da99d8489dfd4fe1e9c0 (patch)
tree90b10ad0a3af33474c9fbfa55bde6fe061f1055f /pkg/iproute2/patch/0007-Remove-semicolon-after-function-definitions.patch
parent0abe55ca58448382acd9de91e2474d9735d3b72f (diff)
iproute2: Update to 6.8.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.patch10
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 dc9b3340..bbbca39f 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 1b949a2da0e4fa94625faebeb3f0e62246be39d0 Mon Sep 17 00:00:00 2001
+From 12c947c84f95faac8d951804d097eed6bd5a2570 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 994a2f8d..9bc77e3c 100644
+index 810d496e..97d7defe 100644
--- a/lib/json_print.c
+++ b/lib/json_print.c
-@@ -137,15 +137,15 @@ void close_json_array(enum output_type type, const char *str)
+@@ -133,15 +133,15 @@ void close_json_array(enum output_type type, const char *str)
} \
return ret; \
}
@@ -36,7 +36,7 @@ index 994a2f8d..9bc77e3c 100644
#undef _PRINT_FUNC
#define _PRINT_NAME_VALUE_FUNC(type_name, type, format_char) \
-@@ -157,8 +157,8 @@ _PRINT_FUNC(float, double);
+@@ -153,8 +153,8 @@ _PRINT_FUNC(float, double);
"%s %%"#format_char, name); \
print_##type_name(PRINT_ANY, name, format, value); \
}
@@ -48,5 +48,5 @@ index 994a2f8d..9bc77e3c 100644
int print_color_string(enum output_type type,
--
-2.30.0
+2.44.0