CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/19 13:05:32
Modified files:
sys/dev/ic : sili.c
Log message:
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
Diff by Matthew Martin, thanks!
ok djm@, tedu@
CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/19 13:05:32
Modified files:
sys/dev/ic : sili.c
Log message:
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
Diff by Matthew Martin, thanks!
ok djm@, tedu@