Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 1997 08:06:16 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@hub.freebsd.org
Subject:   Re: It appears to be impossible to build a kernel w/o networking...
Message-ID:  <19970829080616.YK24505@uriah.heep.sax.de>
In-Reply-To: <199708290111.SAA02410@hub.freebsd.org>; from Jeffrey Hsu on Aug 28, 1997 18:11:47 -0700
References:  <199708290111.SAA02410@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
As Jeffrey Hsu wrote:

> + #ifdef INET
>   	/*
>   	 * Quickly wire in netisrs.
>   	 */
>   	setup_netisrs(&netisr_set);
> + #endif

I remember i've discussed this with Bruce.  Well, my argument is that
`#ifdef INET' is incomplete.  It needs to be `#if not defined(INET)
&& not defined(YOURNET) && not defined(THISNET) && not defined(THATNET)'.

Well, you get the picture.  Perhaps we should introduce one macro
named `ANYNET'?

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970829080616.YK24505>