[Midnightbsd-cvs] src: param.h: Bump the os version so we can easily know it's the release

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 28 21:59:39 EDT 2008


Log Message:
-----------
Bump the os version so we can easily know it's the release

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/sys/sys:
        param.h (r1.8.2.1 -> r1.8.2.2)

-------------- next part --------------
Index: param.h
===================================================================
RCS file: /home/cvs/src/sys/sys/param.h,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -L sys/sys/param.h -L sys/sys/param.h -u -r1.8.2.1 -r1.8.2.2
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -61,7 +61,7 @@
 #define __FreeBSD_version 601000	/* Master, propagated to newvers */
 
 #undef __MidnightBSD_version
-#define __MidnightBSD_version	002003
+#define __MidnightBSD_version	002004
 
 #ifndef LOCORE
 #include <sys/types.h>
@@ -90,9 +90,9 @@
 /* More types and definitions used throughout the kernel. */
 #ifdef _KERNEL
 #if 0
-#if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \
+#if (defined(BURN_BRIDGES) || __MidnightBSD_version >= 002000) \
 	&& defined(OBSOLETE_IN_6)
-#error "This file contains obsolete code to be removed in 6.0-current"
+#error "This file contains obsolete code to be removed in 0.2-current"
 #endif
 #endif
 #include <sys/cdefs.h>


More information about the Midnightbsd-cvs mailing list