Bump __FreeBSD_version since r292223 changed the internal interface

between the nfsd.ko and nfscommon.ko modules such that they need
to be upgraded to-gether.
This commit is contained in:
rmacklem 2015-12-14 21:30:28 +00:00
parent ac5609a305
commit 1fbf1f22f1
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
20151214:
r292223 changed the internal interface between the nfsd.ko and
nfscommon.ko modules. As such, they must both be upgraded to-gether.
__FreeBSD_version has been bumped because of this.
20151113:
Qlogic 24xx/25xx firmware images were updated from 5.5.0 to 7.3.0.
Kernel modules isp_2400_multi and isp_2500_multi were removed and

View File

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