svn commit: r197198 - stable/7/sys/sys

John Baldwin jhb at FreeBSD.org
Mon Sep 14 17:45:59 UTC 2009


Author: jhb
Date: Mon Sep 14 17:45:58 2009
New Revision: 197198
URL: http://svn.freebsd.org/changeset/base/197198

Log:
  Bump __FreeBSD_version to 702106 for the recent PAT, d_mmap_single(), and
  OBJT_SG changes.

Modified:
  stable/7/sys/sys/param.h

Modified: stable/7/sys/sys/param.h
==============================================================================
--- stable/7/sys/sys/param.h	Mon Sep 14 17:34:49 2009	(r197197)
+++ stable/7/sys/sys/param.h	Mon Sep 14 17:45:58 2009	(r197198)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 702105	/* Master, propagated to newvers */
+#define __FreeBSD_version 702106	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-stable-7 mailing list