After removing libobjc and other Objective-C components in r220755,
belatedly bump __FreeBSD_version, and add a note to UPDATING. Reminded by: rdivacky
This commit is contained in:
parent
b6770143c4
commit
66f3a31ff9
5
UPDATING
5
UPDATING
@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
|
||||
machines to maximize performance. (To disable malloc debugging, run
|
||||
ln -s aj /etc/malloc.conf.)
|
||||
|
||||
20110418:
|
||||
The GNU Objective-C runtime library (libobjc), and other Objective-C
|
||||
related components have been removed from the base system. If you
|
||||
require an Objective-C library, please use one of the available ports.
|
||||
|
||||
20110331:
|
||||
ath(4) has been split into bus- and device- modules. if_ath contains
|
||||
the HAL, the TX rate control and the network device code. if_ath_pci
|
||||
|
@ -58,7 +58,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 900035 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 900036 /* Master, propagated to newvers */
|
||||
|
||||
#ifdef _KERNEL
|
||||
#define P_OSREL_SIGSEGV 700004
|
||||
|
Loading…
Reference in New Issue
Block a user