mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove FreeBSD 4 support
This commit is contained in:
parent
a9208e9862
commit
e07d0aae4a
1 changed files with 0 additions and 4 deletions
|
|
@ -97,11 +97,7 @@ rndtest_attach(device_t dev)
|
|||
rsp->rs_discard = 1;
|
||||
rsp->rs_collect = 1;
|
||||
rsp->rs_parent = dev;
|
||||
#if __FreeBSD_version < 500000
|
||||
callout_init(&rsp->rs_to);
|
||||
#else
|
||||
callout_init(&rsp->rs_to, 1);
|
||||
#endif
|
||||
} else
|
||||
device_printf(dev, "rndtest_init: no memory for state block\n");
|
||||
return (rsp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue