Add a prototype for random_harvest_queue to dev/random/random_harvestq.h
This fixes a warning that occurs in a number of files that use the random_harvest_queue function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/random/random_harvestq.h | ||
---|---|---|
46–48 | I would omit the variable names. |
Comment Actions
Looks like the prototype exists in random.h already. I'll need to go back and find out what was complaining in the compiler that needed the change. Probably a missing include for sys/random.h or something like that.