summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 04:05:44 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 04:05:44 +0000
commit21529ac5fd1a1753c3550c016246a3beb57f737d (patch)
tree11e78faa1c55404d71884e5ac6368429491eb106
parent732674ff960566e85ce54299ffe691cb3e252c90 (diff)
downloadFreeBSD-src-21529ac5fd1a1753c3550c016246a3beb57f737d.zip
FreeBSD-src-21529ac5fd1a1753c3550c016246a3beb57f737d.tar.gz
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.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9538581..00670d5 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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>
OpenPOWER on IntegriCloud