mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Bump __FreeBSD_version for LOCAL_CREDS, LOCAL_CONNWAIT.
Requested by: marcus
This commit is contained in:
parent
b137ea624b
commit
df214d19a3
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 600022 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 600023 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue