aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-09-11 12:08:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-09-11 12:08:37 +0000
commit347064eb81aa8ce88e9ea43b5af7d2fd83534aa2 (patch)
treec1686af269bdb8a0f0b83479195e52f1531711e4 /toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch
parent269fbe67f4ca09b1d17ebc0ebf291ba82ee69c08 (diff)
downloadupstream-347064eb81aa8ce88e9ea43b5af7d2fd83534aa2.tar.gz
upstream-347064eb81aa8ce88e9ea43b5af7d2fd83534aa2.tar.bz2
upstream-347064eb81aa8ce88e9ea43b5af7d2fd83534aa2.zip
toolchain: refresh uClibc patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch b/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch
index f5f3cc4d4e..b5ce091264 100644
--- a/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch
+++ b/toolchain/uClibc/patches-0.9.33.2/010-backport_sscanf_alloc.patch
@@ -28,7 +28,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
-@@ -1597,19 +1597,6 @@ config UCLIBC_PRINTF_SCANF_POSITIONAL_AR
+@@ -1590,19 +1590,6 @@ config UCLIBC_PRINTF_SCANF_POSITIONAL_AR
Most people will answer 9.
@@ -130,7 +130,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
for (p = spec_ranges; p_m_spec_chars > *p ; ++p) {}
if (((psfs->dataargtype >> 8) | psfs->flags)
-@@ -1265,12 +1258,6 @@ int VFSCANF (FILE *__restrict fp, const
+@@ -1265,12 +1258,6 @@ int VFSCANF (FILE *__restrict fp, const
while (*wf && __isascii(*wf) && (b < buf + sizeof(buf) - 1)) {
*b++ = *wf++;
}
@@ -143,7 +143,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
*b = 0;
if (b == buf) { /* Bad conversion specifier! */
goto DONE;
-@@ -1390,13 +1377,36 @@ int VFSCANF (FILE *__restrict fp, const
+@@ -1390,13 +1377,36 @@ int VFSCANF (FILE *__restrict fp, const
}
if (psfs.conv_num == CONV_s) {