Bump __FreeBSD_version since r291527 changes the interface between the

nfsd.ko and nfscommon.ko modules. As such, both modules need to be upgraded
to-gether.
This commit is contained in:
Rick Macklem 2015-11-30 22:35:53 +00:00
parent b45c941c1c
commit cbeb66dda2

View File

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