From fbd2e692fa93a995a8d7e8fe2c6c701673c4e219 Mon Sep 17 00:00:00 2001 From: Andre Oppermann Date: Tue, 24 Feb 2004 16:12:09 +0000 Subject: [PATCH] Note change of sizeof(struct tcpcb) and libkvm recompile. --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATING b/UPDATING index de94cb997cb7..8249f37acb75 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040224: + The tcpcb structure has changed and makes a recompile of libkvm + and related userland network utilities neccessary. + 20040222: The cdevsw structure has changed in two externally visible ways. First, the sense of the D_GIANT flag has changed to D_NEEDSGIANT.