summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.c.diff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-09-22 22:26:40 +0100
committerPádraig Brady <P@draigBrady.com>2015-09-23 01:02:44 +0100
commit982c79fa14853040d6bd10ad6f001791408e2441 (patch)
treea2a4c50b698ae79607a4ac8d13581dfc8dea0005 /gl/lib/regex_internal.c.diff
parent9db234ad09c12d34d2086057fd92ae448e931ac4 (diff)
downloadcoreutils-982c79fa14853040d6bd10ad6f001791408e2441.tar.xz
build: update gnulib submodule to latest
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.
Diffstat (limited to 'gl/lib/regex_internal.c.diff')
-rw-r--r--gl/lib/regex_internal.c.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/regex_internal.c.diff b/gl/lib/regex_internal.c.diff
index 355cadb42..2a72e0de7 100644
--- a/gl/lib/regex_internal.c.diff
+++ b/gl/lib/regex_internal.c.diff
@@ -1,11 +1,11 @@
diff --git a/lib/regex_internal.c b/lib/regex_internal.c
-index 36ae6ab..c11ff09 100644
+index 93d7ee9..9b86a07 100644
--- a/lib/regex_internal.c
+++ b/lib/regex_internal.c
@@ -17,6 +17,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-
+
+#include "verify.h"
+#include "intprops.h"
static void re_string_construct_common (const char *str, Idx len,