[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: correct @@-, length values in last hunk of regcomp.c.diff
From: |
Jim Meyering |
Subject: |
[PATCH] build: correct @@-, length values in last hunk of regcomp.c.diff |
Date: |
Sun, 12 Feb 2012 14:38:46 +0100 |
My updated-to-match-gnulib regcomp.c.diff file had bogus @@-,length values.
That made bootstrap fail. Thanks to the hydra auto-builder for
reporting the failure so promptly:
http://hydra.nixos.org/jobset/gnu/coreutils-master
>From da2b32e7af52f41501ded604dd84c1078583a8d0 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 12 Feb 2012 14:37:00 +0100
Subject: [PATCH] build: correct @@-,length values in last hunk of
regcomp.c.diff
* gl/lib/regcomp.c.diff: Correct invalid hunk lengths (s/1/7/g)
in the last hunk's @@-line.
---
gl/lib/regcomp.c.diff | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gl/lib/regcomp.c.diff b/gl/lib/regcomp.c.diff
index d79c7b2..e965673 100644
--- a/gl/lib/regcomp.c.diff
+++ b/gl/lib/regcomp.c.diff
@@ -56,7 +56,7 @@ index d5968bd..4926676 100644
#else /* not RE_ENABLE_I18N */
build_equiv_class (bitset_t sbcset, const unsigned char *name)
#endif /* not RE_ENABLE_I18N */
-@@ -3869,1 +3874,1 @@ free_token (re_token_t *node)
+@@ -3869,7 +3874,7 @@ free_token (re_token_t *node)
and its children. */
static reg_errcode_t
--
1.7.9.210.g21ac7a
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: correct @@-, length values in last hunk of regcomp.c.diff,
Jim Meyering <=