Subject: Re: randomid(3)
To: None <thorpej@wasabisystems.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-userlevel
Date: 09/14/2003 06:45:06
> > 	here's randomid(3) code i propose to integrate into libc.
> > 	first we'll use this from:
> > 	- lib/libc/net (DNS query ID)
> > 	- lib/libc/rpc (RPC XID)
> > 	then maybe more places.  comments are welcome.
> If this is going to be used internally by libc, it needs to have an 
> internal name (via "namespace.h") and a weak alias for the external 
> name.

	done, tnx

itojun