From c2b22a0818c5c22493a086062e4cb1dc208026ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Jan 2006 21:26:20 +0000 Subject: 2006-01-22 Aurelien Jarno * sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in sanity check. --- sysdeps/gnu/errlist-compat.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/gnu/errlist-compat.awk b/sysdeps/gnu/errlist-compat.awk index 2fb5fd906d..ab67a18f64 100644 --- a/sysdeps/gnu/errlist-compat.awk +++ b/sysdeps/gnu/errlist-compat.awk @@ -35,7 +35,7 @@ $1 == "#errlist-compat" { # Don't process any further Versions files ARGC = ARGIND + 1; cnt = $2 + 0; - if (cnt < 100) { + if (cnt < 80) { print "*** this line seems bogus:", $0 > "/dev/stderr"; exit 1; } -- cgit 1.4.1