Pull across #include file fix from yamt-idlelwp.

This commit is contained in:
skrll 2007-05-15 18:00:34 +00:00
parent 95b42c31ad
commit ad81397a3c
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mutex.h,v 1.4 2007/02/15 22:52:42 ad Exp $ */
/* $NetBSD: mutex.h,v 1.5 2007/05/15 18:00:34 skrll Exp $ */
/*-
* Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@ -46,7 +46,11 @@
* know who owns the lock. For adaptive mutexes, we need an owner
* field and additional interlock
*/
#ifndef __ASSEMBLER__
#include <machine/lock.h>
struct kmutex {
union {
/*