1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268118

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,