mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Bump __FreeBSD_version to reflect the busdma API change.
This commit is contained in:
parent
0e5f9b7d5b
commit
477d2d0ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 501101 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 501102 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue