diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-26 23:39:30 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-26 23:39:30 +0000 |
commit | 9e44982e3d0c6364ad3562ed1c891f0e62e1b470 (patch) | |
tree | b805a9248a0ef57a4dc9d2f85dfdcf4ed0089500 /sys/arch/mips | |
parent | 4a884c4f0f09f49cbeda7a5b1a8f2df43d93dd10 (diff) |
change header protection define name
Diffstat (limited to 'sys/arch/mips')
-rw-r--r-- | sys/arch/mips/include/spinlock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips/include/spinlock.h b/sys/arch/mips/include/spinlock.h index 851e0182cee..195dca1e929 100644 --- a/sys/arch/mips/include/spinlock.h +++ b/sys/arch/mips/include/spinlock.h @@ -1,7 +1,7 @@ -/* $OpenBSD: spinlock.h,v 1.1 1999/01/08 08:25:35 d Exp $ */ +/* $OpenBSD: spinlock.h,v 1.2 1999/01/26 23:39:29 d Exp $ */ -#ifndef _MACHINE_SPINLOCK_H_ -#define _MACHINE_SPINLOCK_H_ +#ifndef _MIPS_SPINLOCK_H_ +#define _MIPS_SPINLOCK_H_ #define _SPINLOCK_UNLOCKED (0) #define _SPINLOCK_LOCKED (1) |