From owner-freebsd-net Sun Oct 8 3:41:32 2000 Delivered-To: freebsd-net@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id E165F37B66E for ; Sun, 8 Oct 2000 03:41:24 -0700 (PDT) Received: (qmail 30914 invoked from network); 8 Oct 2000 10:41:19 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 8 Oct 2000 10:41:19 -0000 Date: Sun, 8 Oct 2000 21:41:14 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Garrett Wollman Cc: itojun@iijlab.net, freebsd-net@FreeBSD.org, developers@FreeBSD.org Subject: Re: header bogosity in In-Reply-To: <200010080104.VAA99968@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 7 Oct 2000, Garrett Wollman wrote: > < > > i believe this was here so that we can share radix.[ch] among > > sys/net, and sbin/routed. > > And, potentially, other routing processes. However, last time I tried > this, support had rotted sufficiently elsewhere as to require manual > edits elsewhere, so I don't see much value in keeping the non-kernel routed has its own radix.h anyway. This has rotted in a different way than the kernel one (not all that much). At least it has advanced to the early 1980's -- it casts to void * and size_t instead of to caddr_t and unsigned, and uses the memcpy family instead of the bcopy family. It still doesn't understand "const". routed/radix.c #defines yet another bogus version of Bcmp(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message