Bump __FreeBSD_version for the r283602, which changed dounmount() to

require referenced struct mount *.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2015-05-27 18:07:32 +00:00
parent 965cd3b0c5
commit 789d9103af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283623

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1100074 /* Master, propagated to newvers */
#define __FreeBSD_version 1100075 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,