Subject: Re: make build error
To: None <clarence@cs.cuhk.hk, current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 03/10/1996 11:11:38
Never had that one.  I had a passel o' things fail because _yp_check wasn't
declared, cc wouldn't build because YYEMPTY and YYLEX weren't defined,
and now, *only after I did an install*, getlogin.c won't compile because
it doesn't have a declaration for _getlogin - which makes sense, that line
is the only reference to _getlogin in the entire tree.

-s