Subject: Re: CVS commit: src/sys/netinet
To: None <jonathan@netbsd.org>
From: Takahiro Kambe <taca@back-street.net>
List: source-changes
Date: 11/18/2003 23:55:29
In message <20031117223416.0071C2DA1D@cvs.netbsd.org>
	on Mon, 17 Nov 2003 22:34:16 +0000 (UTC),
	Jonathan Stone <jonathan@netbsd.org> wrote:
> Allocators of new IPv4 IDs should now call the function ip_newid().
> Randomized IP_ids is now a config-time option, "options RANDOM_IP_ID".
> ip_newid() can use ip_random-id()_IP_ID if and only if configured
> with RANDOM_IP_ID. A sysctl knob should be  provided.
Prototype is missing for ip_randomid()?

--- ip_id.o ---
/usr/src/sys/netinet/ip_id.c:175: warning: no previous prototype for `ip_randomid'
*** [ip_id.o] Error code 1

-- 
Takahiro Kambe <taca@back-street.net>