From 20121a6ac20809e8472347163344c2e9ffe70f35 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 9 Jul 1996 11:21:20 +0000 Subject: * sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds. * sysdeps/gnu/errlist.awk: Undo mib's bogus changes. The sysdeps/mach/hurd/errnos.awk bug fix was the only correct change. --- sysdeps/gnu/errlist.awk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/gnu') diff --git a/sysdeps/gnu/errlist.awk b/sysdeps/gnu/errlist.awk index 6c84b2e..e6ca81a 100644 --- a/sysdeps/gnu/errlist.awk +++ b/sysdeps/gnu/errlist.awk @@ -50,8 +50,6 @@ errnoh == 2 && $1 == "@deftypevr" && $2 == "Macro" && $3 == "int" \ errnoh == 3 && $1 == "@comment" && $2 == "errno" \ { errno = $3 + 0; - if (errno == 0) - next; if (alias[e]) printf "#if defined (%s) && %s != %s\n", e, e, alias[e]; else -- cgit v1.1