mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bump __FreeBSD_version to reflect changes in statistics structures.
This commit is contained in:
parent
db8c087944
commit
b40e2b6d14
2 changed files with 6 additions and 1 deletions
5
UPDATING
5
UPDATING
|
|
@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
|
|||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20130709:
|
||||
Most of network statistics structures were changed to be able
|
||||
keep 64-bits counters. Thus all tools, that work with networking
|
||||
statistics, must be rebuilded (netstat(1), bsnmpd(1), etc.)
|
||||
|
||||
20130629:
|
||||
Fix targets that run multiple make's to use && rather than ;
|
||||
so that subsequent steps depend on success of previous.
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1000036 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1000037 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue