Subject: Re: lib/1064: sys_errlist and sys_nerr are not documented To: None <jhawk@panix.com> From: Charles M. Hannum <mycroft@ai.mit.edu> List: netbsd-bugs Date: 05/19/1995 22:36:59
Incidently,
usr.bin/make/util.c
That's only #ifdef sun, because SunOS doesn't have strerror(), and the
code is (or used to be) more portable.
usr.sbin/cron/compat.c
Similar.
usr.sbin/mrouted/main.c
I'm fixing this one right now.