Note change to cdevsw open/close default change.
This commit is contained in:
parent
b1fe12236c
commit
47a42c7aed
5
UPDATING
5
UPDATING
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user