mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update __FreeBSD_version check for MFC of pmap_mapbios().
This commit is contained in:
parent
e706f7f0c7
commit
9310f22692
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/ipmi/ipmivars.h>
|
||||
#endif
|
||||
|
||||
#if __FreeBSD_version < 700020
|
||||
#if __FreeBSD_version < 602110
|
||||
#define pmap_mapbios pmap_mapdev
|
||||
#define pmap_unmapbios pmap_unmapdev
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue