mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Bump __FreeBSD_version__ for r343891
This will allow upstream consumers, e.g., capsicum-test and third-party packages (via ports(7)), to test for a specific `__FreeBSD_version__` and expect `renameat(2)` to be functional. PR: 222258 Approved by: emaste (mentor) Reviewed by: emaste MFC with: r343891 Differential Revision: https://reviews.freebsd.org/D19154
This commit is contained in:
parent
ec637bb957
commit
7bc2a58ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1300010 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1300011 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue