Subject: Re: sys_errlist in
To: None <current-users@NetBSD.ORG, mika@cs.caltech.edu>
From: Peter Seebach <seebs@solutions.solon.com>
List: current-users
Date: 09/25/1997 09:33:17
Yes, it's silly to expect K&R code to compile.  :)

I would say, if you're doing K&R code, remove <errno.h>, put in the
"traditional" definition of errno, and pray.

-s