mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Now even more style(9)ish.
Submitted by: pjd
This commit is contained in:
parent
4fd58e10b2
commit
42936f9334
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ random_ident_hardware(struct random_systat *systat)
|
|||
|
||||
/* Then go looking for hardware */
|
||||
#if defined(__i386__) && !defined(PC98)
|
||||
if(via_feature_rng & VIA_HAS_RNG) {
|
||||
if (via_feature_rng & VIA_HAS_RNG) {
|
||||
*systat = random_nehemiah;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue