2006-01-22 Aurelien Jarno <aurelien@aurel32.net>
authorRoland McGrath <roland@gnu.org>
Mon, 23 Jan 2006 21:26:20 +0000 (21:26 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 23 Jan 2006 21:26:20 +0000 (21:26 +0000)
* sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in
sanity check.

sysdeps/gnu/errlist-compat.awk

index 2fb5fd9..ab67a18 100644 (file)
@@ -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;
   }