Subject: Re: `sys_errlist' in `stdio.h'
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 01/16/1996 00:35:42
In article <9601151223.ZM22351@warhol.me> r.black@ic.ac.uk (Robert Black) writes:
>One way might be to guard the declaration with a
>
>#ifndef BROKEN_SYS_ERRLIST
>
>This might be slightly more palettable when porting a million+ lines of badly
>written code as you can probably get away with a single change to the make
>system.

cc -Dconst=

If you have broken code that you don't want to fix, you usually don't care
about const warnings :-)

christos