Note change to cdevsw open/close default change.

This commit is contained in:
Poul-Henning Kamp 2003-09-28 16:25:35 +00:00
parent b1fe12236c
commit 47a42c7aed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120556
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20030928:
Changes to the cdevsw default functions have been made to remove
the need to specify nullopen() and nullclose() explicitly.
__FreeBSD_version bumpted to 501110.
20030926:
kiconv(3) has been added. mount_msdosfs(8), mount_ntfs(8) and
mount_cd9660(8) need to be in sync with kernel.

View File

@ -57,7 +57,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 501109 /* Master, propagated to newvers */
#define __FreeBSD_version 501110 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0