> - 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()
itojun