Bug 21683

Summary: Unable to compile kernel after CVSUP. CVSUP was made 30.09.2000
Product: Base System Reporter: root <root>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.5-STABLE   
Hardware: Any   
OS: Any   

Description root 2000-10-01 20:20:01 UTC
When i done CVSUP at 30.09.2000, recompiling my whole system 
(cd /usr/src;make buildworld;make installworld) i trying to recompile kernel and
get an error with using command arc4random(). I find this function in 
/usr/include/stdlib.h, but this header never included in kernel 
/usr/src/sys/netinet/*.c files. I cannot compile kernel, until i changes 
arc4random() directive to simple random() directive in the /usr/src/sys/netinet/tcp_subr.c
and /usr/src/sys/netinet/tcp_seq.h

How-To-Repeat: get a CVS repository of 30.09.2000 of 3.5-STABLE and try to compile kernel.
Comment 1 Matt Jacob freebsd_committer freebsd_triage 2001-01-16 07:59:54 UTC
State Changed
From-To: open->closed

I know that I've used cvsup and built 3.5 since this PR was filed.