Bug 29101

Summary: type errors in /sys/dev/random/harvest.c
Product: Base System Reporter: Cristan Szmajda <cristan>
Component: kernAssignee: Mark Murray <markm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Cristan Szmajda 2001-07-20 08:30:00 UTC
compiling /sys/dev/random/harvest.c fails with type errors

Fix: 

Change the rightmost "u_int" to "enum esource" on lines 53, 58, and 78
of /sys/dev/random/harvest.c (in the declarations of "reap_func",
"reaper", and "random_harvest" respectively).
How-To-Repeat: add "device random" to kernel configuration and compile
Comment 1 dd freebsd_committer freebsd_triage 2001-07-20 08:35:37 UTC
Responsible Changed
From-To: freebsd-bugs->markm

Over to maintainer.
Comment 2 Mark Murray freebsd_committer freebsd_triage 2001-07-20 09:58:04 UTC
State Changed
From-To: open->closed

Fixes applied. Thanks!