mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Bump __FreeBSD_version for vfs_mount signature change.
This commit is contained in:
parent
227559d11f
commit
fdaba3df74
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 502127 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 502128 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue