Bump __FreeBSD_version for the change of the vn_open/VOP_OPEN file index

argument to struct file *.

Requested by:	Csaba Henk <csaba-ml at creo hu>
This commit is contained in:
Konstantin Belousov 2007-06-07 07:32:15 +00:00
parent e704d0ebe7
commit 5dfd976f34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170395

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 700043 /* Master, propagated to newvers */
#define __FreeBSD_version 700044 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>