summaryrefslogtreecommitdiff
path: root/pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-03 21:08:10 -0800
committerMichael Forney <mforney@mforney.org>2020-12-03 21:11:43 -0800
commitd92bc2d3a1d5cbcab0b9ec47fadea2e835092c2f (patch)
treecbb29eae349c8c6b3b5a6137e512e8150c34f503 /pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch
parentaf1e59d3411f55dceba0990594c2ca4d883c97c8 (diff)
util-linux: Update to 2.36.1
Diffstat (limited to 'pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch')
-rw-r--r--pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch b/pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch
index 942b7c00..7da1fb8f 100644
--- a/pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch
+++ b/pkg/util-linux/patch/0002-Avoid-a-few-unnecessary-statement-expressions.patch
@@ -1,4 +1,4 @@
-From 4dc325cb325a2640f429c5107ac9bc0fe85ea79b Mon Sep 17 00:00:00 2001
+From 015737758924b64b67df0a1d1e2385e3398f0cd1 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Tue, 18 Jun 2019 02:29:07 -0700
Subject: [PATCH] Avoid a few unnecessary statement expressions
@@ -8,7 +8,7 @@ Subject: [PATCH] Avoid a few unnecessary statement expressions
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/include/c.h b/include/c.h
-index 64cf5c3fb..62fcfe2d0 100644
+index ae0813109..66fefe2a2 100644
--- a/include/c.h
+++ b/include/c.h
@@ -161,9 +161,8 @@
@@ -49,7 +49,7 @@ index 64cf5c3fb..62fcfe2d0 100644
+} while (0)
/*
- * scanf modifiers for "strings allocation"
+ * seek stuff
--
-2.28.0
+2.29.2