From owner-freebsd-hackers Mon Oct 16 11:58:22 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17334 for hackers-outgoing; Mon, 16 Oct 1995 11:58:22 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA17324 ; Mon, 16 Oct 1995 11:58:13 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA25115; Mon, 16 Oct 1995 11:53:20 -0700 From: Terry Lambert Message-Id: <199510161853.LAA25115@phaeton.artisoft.com> Subject: Re: lint To: bde@zeta.org.au (Bruce Evans) Date: Mon, 16 Oct 1995 11:53:20 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG, j@uriah.heep.sax.de, davidg@FreeBSD.ORG, dyson@FreeBSD.ORG In-Reply-To: <199510150952.TAA13687@godzilla.zeta.org.au> from "Bruce Evans" at Oct 15, 95 07:52:54 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 448 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > The 4.4lite2 style guide says to include only one of param.h and > types.h. In point of fact, all kernel code should probably include param.h. I made this mode locally because I had to have a global place to put a "#pragma packing" for a compiler I'm using to cross-compile FreeBSD for another platform. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.