From owner-cvs-sys Fri Aug 29 12:49:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24234 for cvs-sys-outgoing; Fri, 29 Aug 1997 12:49:46 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA24229; Fri, 29 Aug 1997 12:49:40 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id NAA08673; Fri, 29 Aug 1997 13:49:36 -0600 (MDT) Message-Id: <199708291949.NAA08673@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: KATO Takenori cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include param.h In-reply-to: Your message of "Fri, 29 Aug 1997 04:01:17 PDT." <199708291101.EAA23923@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 Aug 1997 13:49:36 -0600 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, machine/param.h has what should be a separate .h file appended to it as: #ifndef _SIMPLELOCK_H_ #define _SIMPLELOCK_H_ ... #endif /* !_SIMPLELOCK_H_ */ I would like to take this section and move it to new file: machine/simplelock.h This would break a lot of files that currently get this info from param.h. To get around this in the beginning I would just add: #include to the end of param.h until all the files requiring it are found and fixed. Any objections? -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD