Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



itojun%iijlab.net@localhost 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



Home | Main Index | Thread Index | Old Index