Subject: Re: CVS commit: basesrc
To: matthew green <mrg@eterna.com.au>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/24/2000 16:26:04
>   - 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