Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.

This commit is contained in:
Max Laier 2005-05-03 17:43:14 +00:00
parent 10a51bf5a1
commit 6441fe9598
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145843
2 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20050503:
The packet filter (pf) code has been updated to OpenBSD 3.7
Please note the changed anchor syntax and the fact that
authpf(8) now needs a mounted fdescfs(5) to function.
20050415:
The NO_MIXED_MODE kernel option has been removed from the i386
amd64 platforms as its use has been superceded by the new local

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 600025 /* Master, propagated to newvers */
#define __FreeBSD_version 600026 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>