From owner-cvs-sys Fri Aug 29 15:55:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA04367 for cvs-sys-outgoing; Fri, 29 Aug 1997 15:55:25 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA04338; Fri, 29 Aug 1997 15:55:10 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id RAA03174; Fri, 29 Aug 1997 17:55:06 -0500 (EST) From: "John S. Dyson" Message-Id: <199708292255.RAA03174@dyson.iquest.net> Subject: Re: cvs commit: src/sys/i386/include param.h In-Reply-To: <199708291949.NAA08673@Ilsa.StevesCafe.com> from Steve Passe at "Aug 29, 97 01:49:36 pm" To: smp@csn.net (Steve Passe) Date: Fri, 29 Aug 1997 17:55:06 -0500 (EST) Cc: kato@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Passe said: > 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? > I agree that simplelock.h should be a seperate file. I don't think that people mind about temporary work-arounds. It is always a good idea to give a warning such as you have, especially when you know that someone will take exception. :-). -- John dyson@freebsd.org jdyson@nc.com