Subject: Re: Fwd: libc without YP
To: None <ksraghavan@yahoo.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-toolchain
Date: 11/25/2003 10:22:29
> I am sorry .. I have excluded rpc calls from my sources as well. Actually the
> suggested changes can be restricted to getpwent.c only and can be added as part
> of other feature changes.

	i mean, if you provide different set of symbols with the same shlib
	major/minor #, you will go into a big trouble.  so the set of provided
	functions must be kept the same.  excluding rpc function is probably ok
	(as long as you don't use rpc), but rcmd.c is not just for rpc, but
	also rsh/rlogin.

itojun