From owner-freebsd-net@FreeBSD.ORG Tue Sep 30 13:30:44 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C82E516A4B3 for ; Tue, 30 Sep 2003 13:30:44 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD57343FF3 for ; Tue, 30 Sep 2003 13:30:42 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost.nic.fr [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h8UKUfgk050388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Tue, 30 Sep 2003 16:30:41 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h8UKUeBh050385; Tue, 30 Sep 2003 16:30:40 -0400 (EDT) (envelope-from wollman) Date: Tue, 30 Sep 2003 16:30:40 -0400 (EDT) From: Garrett Wollman Message-Id: <200309302030.h8UKUeBh050385@khavrinen.lcs.mit.edu> To: Doug Rabson In-Reply-To: <1064942737.14476.8.camel@builder02.qubesoft.com> References: <20030930010128.GA31222@Odin.AC.HMC.Edu> <20030930172536.U3713@gamplex.bde.org> <1064942737.14476.8.camel@builder02.qubesoft.com> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 cc: net@freebsd.org Subject: Re: finishing the if.h/if_var.h split X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 20:30:44 -0000 < said: > The internals of struct device are not contained in Unfortunately, the internals of `device_t' are. That's why style(9) discourages such types. -GAWollman