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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
