Date: Mon, 20 Oct 2008 19:56:59 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184099 - head/sys/sys Message-ID: <200810201956.m9KJuxZG079633@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Mon Oct 20 19:56:59 2008 New Revision: 184099 URL: http://svn.freebsd.org/changeset/base/184099 Log: Bump __FreeBSD_version in order to reflect prototipes changes for these following functions: - bufobj_invalbuf() - bufsync() - vinvalbuf() - g_vfs_close and virtual function BO_SYNC(). Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Mon Oct 20 19:22:16 2008 (r184098) +++ head/sys/sys/param.h Mon Oct 20 19:56:59 2008 (r184099) @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 800049 /* Master, propagated to newvers */ +#define __FreeBSD_version 800050 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810201956.m9KJuxZG079633>