From 62d15df19a0d181a266a88b46525d0d4959c8739 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 28 Nov 2013 10:56:06 -0300 Subject: [PATCH] util-linux: tweak sscanf-no-ms-as patch The patch has a minor mistake so fix it. Credit go to Daniel Mentz for the detailed bug report. Closes bug #6428 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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 72a060e29c..c95b7553e0 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 -- 2.30.2