Bump __FreeBSD_version for the following (weak) reasons:

o  Sources that are shared between kernel and userland and that may
   contain references to DDB or any of its functions may need to
   know this.
o  Userland tools may include <machine/gdb_machdep.h> from now on.
   Think kernel debugger...
o  The kernel core file now contains the TID of the kernel thread
   that made the dump.
This commit is contained in:
Marcel Moolenaar 2004-07-11 04:05:44 +00:00
parent e8d5eed9c1
commit bd9e523bb3

View File

@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 502121 /* Master, propagated to newvers */
#define __FreeBSD_version 502122 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>