Decrement __FreeBSD_version again to 96 as we are runing out of digits
and want to be conservative - so not more than one version bump per day. Discussed with: jhb, kensmith
This commit is contained in:
parent
f0cca176f4
commit
0b9f8283c2
1
UPDATING
1
UPDATING
@ -26,7 +26,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
|
||||
The way we are storing and accessing `routing table' entries
|
||||
has changed. Programs reading the FIB, like netstat, need to
|
||||
be re-compiled.
|
||||
Bump __FreeBSD_version to 800097.
|
||||
|
||||
20090601:
|
||||
A new netisr implementation has been added for FreeBSD 8. Network
|
||||
|
@ -57,7 +57,7 @@
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 800097 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 800096 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user