cvs commit: src/sys/dev/random yarrow.c
Robert Watson
rwatson at FreeBSD.org
Sun May 27 18:54:58 UTC 2007
rwatson 2007-05-27 18:54:58 UTC
FreeBSD src repository
Modified files:
sys/dev/random yarrow.c
Log:
Rather than repeatedly setting and discarding local variable 'o' based
on the return values of various run-time sysctl additions, just ignore
the return value.
Found with: Coverity Prevent(tm)
CID: 562
Revision Changes Path
1.47 +7 -9 src/sys/dev/random/yarrow.c
More information about the cvs-src
mailing list