Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 07/23/2004 21:03:34
Module Name:	src
Committed By:	manu
Date:		Fri Jul 23 21:03:34 UTC 2004

Modified Files:
	src/sys/compat/darwin: darwin_route.c

Log Message:
Don't try to pre-compute the ifaddr data, it just leads to mistakes when
the code that fills the structure is modified and the the size computation
code.

Instead compute while filling the data.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_route.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.