Subject: Re: CVS commit: src/lib/libc/gen
To: Scott Ellis <scotte@warped.com>
From: Greg Oster <oster@cs.usask.ca>
List: source-changes
Date: 02/06/2007 23:22:43
Scott Ellis writes:
> It looks like this breaks in the MKYP=no case.  At least, I'm getting 
> breakage with MKYP=no in mk.conf, and a quick look at the changes looks 
> like a lot of "nis" related items are being built w/o an #ifdef YP 
> around them.
> 
> Can you re-check your check-in?

*grumble*...  You are correct.  And while fixing it doesn't appear 
to be as simple as sprinkling a few #ifdef's it should still be 
fixable...

Later...

Greg Oster

> Greg Oster wrote:
> > Module Name:	src
> > Committed By:	oster
> > Date:		Tue Feb  6 15:17:54 UTC 2007
> > 
> > Modified Files:
> > 	src/lib/libc/gen: getnetgrent.c
> > 
> > Log Message:
> > nsdispatch()-ify getnetgrent() and friends.
> > 
> > Approved by: christos
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -r1.37 -r1.38 src/lib/libc/gen/getnetgrent.c
> > 
> > Please note that diffs are not public domain; they are subject to the
> > copyright notices on the relevant files.
> >