Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 15:07:32 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20937 for review
Message-ID:  <200211102307.gAAN7WvT079333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20937

Change 20937 by jmallett@jmallett_dalek on 2002/11/10 15:06:56

	Wrap <platform/param.h> in ifndef/define/endif stuff.
	Add an empty <machine/mutex.h>.

Affected files ...

.. //depot/projects/mips/sys/mips/include/mutex.h#1 add
.. //depot/projects/mips/sys/mips/sgimips/param.h#3 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/param.h#3 (text+ko) ====

@@ -36,8 +36,13 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $FreeBSD$
  */
 
+#ifndef	_SGIMIPS_PARAM_H_
+#define	_SGIMIPS_PARAM_H_
+
 #define	MACHINE		"sgimips"
 #define	MID_MACHINE	MID_MIPS
 
@@ -75,10 +80,11 @@
 #ifdef _KERNEL
 #ifndef _LOCORE
 
-__inline extern void	delay(unsigned long);
 #define DELAY(n)	delay(n)
 
 #include <machine/intr.h>
 
 #endif	/* _LOCORE */
 #endif	/* _KERNEL */
+
+#endif	/* !_SGIMIPS_PARAM_H_ */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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