mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 12:52:16 +02:00
This includes a change to propagate the 4th "mount root" field from /proc/self/mountinfo from the mountlist module, which is needed in a subsequent commit in df. * gl/lib/regcomp.c.diff: Regenerate against latest gnulib. * gl/lib/regex_internal.c.diff: Likewise. * gl/lib/regex_internal.h.diff: Likewise. * cfg.mk: Exclude diffs from trailing whitespace check, which is generally correct, and now needed.
15 lines
492 B
Diff
15 lines
492 B
Diff
diff --git a/lib/regex_internal.h b/lib/regex_internal.h
|
|
index 0307a34..45c2d44 100644
|
|
--- a/lib/regex_internal.h
|
|
+++ b/lib/regex_internal.h
|
|
@@ -868,7 +868,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
|
|
|
|
static int
|
|
internal_function __attribute__ ((pure, unused))
|
|
-re_string_elem_size_at (const re_string_t *pstr, Idx idx)
|
|
+re_string_elem_size_at (const re_string_t *pstr _UNUSED_PARAMETER_,
|
|
+ Idx idx _UNUSED_PARAMETER_)
|
|
{
|
|
# ifdef _LIBC
|
|
const unsigned char *p, *extra;
|