Bump __FreeBSD_version to note that taskqueue_swi now runs without Giant,

and the Giant-encumbered version is now called taskqueue_swi_giant.
This commit is contained in:
Scott Long 2003-02-26 06:59:22 +00:00
parent 3f9be55c27
commit 303473e252
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111540

View File

@ -55,7 +55,7 @@
* doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
*/
#undef __FreeBSD_version
#define __FreeBSD_version 500102 /* Master, propagated to newvers */
#define __FreeBSD_version 500103 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0