Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 1997 13:49:36 -0600
From:      Steve Passe <smp@csn.net>
To:        KATO Takenori <kato@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/i386/include param.h 
Message-ID:  <199708291949.NAA08673@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Fri, 29 Aug 1997 04:01:17 PDT." <199708291101.EAA23923@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <machine/simplelock.h> 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





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