[Midnightbsd-cvs] src: param.h: Move the comment as it's used in newvers.sh to set
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 4 10:47:24 EST 2008
Log Message:
-----------
Move the comment as it's used in newvers.sh to set osreldate in the generated vers.c
Modified Files:
--------------
src/sys/sys:
param.h (r1.13 -> r1.14)
-------------- next part --------------
Index: param.h
===================================================================
RCS file: /home/cvs/src/sys/sys/param.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -L sys/sys/param.h -L sys/sys/param.h -u -r1.13 -r1.14
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -59,10 +58,10 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 700055 /* Master, propagated to newvers */
+#define __FreeBSD_version 700055
#undef __MidnightBSD_version
-#define __MidnightBSD_version 002102
+#define __MidnightBSD_version 002102 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
More information about the Midnightbsd-cvs
mailing list