Increment __FreeBSD_version for the behavior change of gss_pseudo_random

introduced in r259286.

Approved by:	hrs (mentor, src committer)
This commit is contained in:
Benjamin Kaduk 2013-12-15 18:26:31 +00:00
parent 337a0242ce
commit dcd1a208e5

View File

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