From dfa58a496f0c362e1c3af467adbbe591db55048f Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Sun, 5 Jun 2005 03:38:03 +0000 Subject: [PATCH] Bump __FreeBSD_version for if_bridge. Approved by: mlaier (mentor) --- UPDATING | 4 ++++ sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 15d71286c265..9444b66ccae4 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20050605: + if_bridge was added to the tree. This has changed struct ifnet. + Please recompile userland and all network related modules. + 20050603: The n_net of a struct netent was changed to an uint32_t, and 1st argument of getnetbyaddr() was changed to an uint32_t, to diff --git a/sys/sys/param.h b/sys/sys/param.h index 792149c009b5..fbf49d4e3073 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 600029 /* Master, propagated to newvers */ +#define __FreeBSD_version 600030 /* Master, propagated to newvers */ #ifndef LOCORE #include