svn commit: r191368 - head/sys/sys
Robert Watson
rwatson at FreeBSD.org
Tue Apr 21 22:47:35 UTC 2009
Author: rwatson
Date: Tue Apr 21 22:47:34 2009
New Revision: 191368
URL: http://svn.freebsd.org/changeset/base/191368
Log:
Bump __FreeBSD_version to 800082 to reflect the addition of if_refcount,
if_ref(), and if_rele().
MFC after: 3 weeks
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue Apr 21 22:43:32 2009 (r191367)
+++ head/sys/sys/param.h Tue Apr 21 22:47:34 2009 (r191368)
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 800081 /* Master, propagated to newvers */
+#define __FreeBSD_version 800082 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
More information about the svn-src-all
mailing list