Subject: Re: CVS commit: basesrc
To: None <itojun@iijlab.net>
From: Klaus Klein <kleink@ira.uka.de>
List: source-changes
Date: 02/24/2000 10:48:33
itojun@iijlab.net writes:
> > - the only customer in NetBSD tree is lpd.
> >... perhaps lpd should build it's own copy of this function via .PATH: ?
>
> that is possible. I'd prefer the function (__ivaliduser and
> __ivaliduers_sa) to become file static function. something like this?
>
> #ifndef LPD
> static
> #endif
> int __ivaliduser_sa()
Please test for _LIBC instead - the libc source shouldn't be cluttered
with more build environment test symbols than necessary. (In the
non-_LIBC case you should remove the two leading underscores as well.)
-kjk