* [Buildroot] [PATCH] util-linux: tweak sscanf-no-ms-as patch
@ 2013-11-28 13:56 Gustavo Zacarias
2013-11-28 16:17 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-11-28 13:56 UTC (permalink / raw)
To: buildroot
The patch has a minor mistake so fix it.
Credit go to Daniel Mentz <daniel@exxm.de> for the detailed bug report.
Closes bug #6428
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/util-linux/util-linux-001-sscanf-no-ms-as.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/util-linux/util-linux-001-sscanf-no-ms-as.patch b/package/util-linux/util-linux-001-sscanf-no-ms-as.patch
index 72a060e..c95b755 100644
--- a/package/util-linux/util-linux-001-sscanf-no-ms-as.patch
+++ b/package/util-linux/util-linux-001-sscanf-no-ms-as.patch
@@ -124,7 +124,7 @@ ported to util-linux-2.23.2
"%jd" /* (4) used */
"%d", /* priority */
-+#ifndef HAVE_SCANF_MS_MODIFIER
++#ifdef HAVE_SCANF_MS_MODIFIER
&src,
&fs->swaptype,
+#else
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-28 16:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 13:56 [Buildroot] [PATCH] util-linux: tweak sscanf-no-ms-as patch Gustavo Zacarias
2013-11-28 16:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox