mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Bump __FreeBSD_version after linuxkpi_video module is built
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
5080cf0846
commit
f285eabc89
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1401500
|
||||
#define __FreeBSD_version 1401501
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue