Bump __FreeBSD_version since r268115 changed the internal

interfaces used between the NFS related modules, including
the krpc.
This commit is contained in:
Rick Macklem 2014-07-01 21:12:48 +00:00
parent 847e9fae7c
commit 2f9f804d73

View File

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