Erroneously decreased __FreeBSD_version, which should have been increased instead:
"__FreeBSD_version should only ever increment. It is a historial record of events in the system. Decrementing it is akin to trying to go back in time and change history." Reminded by: kuriyama, scottl
This commit is contained in:
parent
dc9e31f400
commit
a1a81b1859
@ -55,7 +55,7 @@
|
||||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 502123 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 502125 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user