summaryrefslogtreecommitdiffstats
path: root/abs/core/glibc/bz20338.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-06-17 03:30:36 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-06-17 03:30:36 (GMT)
commit6d01111d04ddeb6208e75d81be3aadf44f8d7c28 (patch)
tree213460c956e0b0e874faaa59a24e72e3f09f3d04 /abs/core/glibc/bz20338.patch
parent964c3f1301557448d916806589a6ef8a017a4463 (diff)
downloadlinhes_pkgbuild-6d01111d04ddeb6208e75d81be3aadf44f8d7c28.zip
linhes_pkgbuild-6d01111d04ddeb6208e75d81be3aadf44f8d7c28.tar.gz
linhes_pkgbuild-6d01111d04ddeb6208e75d81be3aadf44f8d7c28.tar.bz2
glibc: update to 2.31
Diffstat (limited to 'abs/core/glibc/bz20338.patch')
-rw-r--r--abs/core/glibc/bz20338.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/glibc/bz20338.patch b/abs/core/glibc/bz20338.patch
index d223e9f..ddcc3ef 100644
--- a/abs/core/glibc/bz20338.patch
+++ b/abs/core/glibc/bz20338.patch
@@ -74,12 +74,12 @@ index b70f6fa..02cd33a 100644
/* Skip leading blanks. */
while (isspace (*p))
++p;
-- } while (*p == '\0' || *p == '#' || /* Ignore empty and comment lines. */
-+ } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
+- } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
++ } while (*p == '\0' || *p == '#' /* Ignore empty and comment lines. */
/* Parse the line. If it is invalid, loop to
get the next line of the file to parse. */
-- ! parse_line (buffer, (void *) resbuf, (void *) buffer, buflen,
-- &errno));
+- || ! parse_line (buffer, (void *) resbuf, (void *) buffer, buflen,
+- &errno));
+ || ! (parse_result = parse_line (p, resbuf,
+ (void *) buffer, buflen,
+ &errno)));