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:
Bjoern A. Zeeb 2009-06-01 18:07:38 +00:00
parent cf4c5a5331
commit ab1a4d4834
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193241
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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>