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

Konstantin Belousov kib at FreeBSD.org
Sat Feb 14 15:48:27 PST 2009


Author: kib
Date: Sat Feb 14 23:48:26 2009
New Revision: 188625
URL: http://svn.freebsd.org/changeset/base/188625

Log:
  Bump __FreeBSD_version after the r188620, that changed
  struct mount and struct vfsops.

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

Modified: stable/7/sys/sys/param.h
==============================================================================
--- stable/7/sys/sys/param.h	Sat Feb 14 23:45:24 2009	(r188624)
+++ stable/7/sys/sys/param.h	Sat Feb 14 23:48:26 2009	(r188625)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 701103	/* Master, propagated to newvers */
+#define __FreeBSD_version 701104	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list