Subject: Re: `sys_errlist' in `stdio.h'
To: None <current-users@NetBSD.ORG>
From: Jonathan Stone <jonathan@dsg.stanford.edu>
List: current-users
Date: 01/15/1996 13:38:43
Robert Black <r.black@ic.ac.uk> 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 

Underscores. Underscores. Remember the ANSI C namespace rules.

It would be deeply ironic if a change like this *broke* software that
tries to deal with errlist and uses the same token as suggested above.