[Midnightbsd-cvs] src: param.h: Bump version as we've made many changes including a

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 6 10:37:23 EDT 2007


Log Message:
-----------
Bump version as we've made many changes including a security update to openssl, bzip2, etc.

Tags:
----
RELENG_0_1

Modified Files:
--------------
    src/sys/sys:
        param.h (r1.5.2.1 -> r1.5.2.2)

-------------- next part --------------
Index: param.h
===================================================================
RCS file: /home/cvs/src/sys/sys/param.h,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -Lsys/sys/param.h -Lsys/sys/param.h -u -r1.5.2.1 -r1.5.2.2
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -60,7 +60,7 @@
 #define __FreeBSD_version 601000	/* Master, propagated to newvers */
 
 #undef __MidnightBSD_version
-#define __MidnightBSD_version	001003
+#define __MidnightBSD_version	001004
 
 #ifndef LOCORE
 #include <sys/types.h>
@@ -89,8 +89,7 @@
 /* More types and definitions used throughout the kernel. */
 #ifdef _KERNEL
 #if 0
-#if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \
-	&& defined(OBSOLETE_IN_6)
+#if (defined(OBSOLETE_IN_6)
 #error "This file contains obsolete code to be removed in 6.0-current"
 #endif
 #endif


More information about the Midnightbsd-cvs mailing list