Subject: Re: lib/1064: sys_errlist and sys_nerr are not documented
To: None <netbsd-bugs@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: netbsd-bugs
Date: 05/20/1995 17:20:10
In article <199505200047.UAA27309@panix2.panix.com> jhawk@panix.com (John Hawkinson) writes:
>
>Incidently,
>
>usr.bin/make/util.c
>usr.sbin/cron/compat.c 

Oh, please take a look before you find, grep and pipe to the editor...
In make(1), and cron(1) sys_errlist is only used to write an strerror()
routine for systems that do not have it.

>usr.sbin/mrouted/main.c

This is the only one that needs to be fixed.

christos