diff options
author | 1999-01-26 23:39:28 +0000 | |
---|---|---|
committer | 1999-01-26 23:39:28 +0000 | |
commit | 01705fe7d97be9b6904878c3e5be4a96ab466bb9 (patch) | |
tree | 97c79b648b244901d867008b3a8c370deeae764e | |
parent | We need machine/cpu.h for the cpu_set_init_frame def (diff) | |
download | wireguard-openbsd-01705fe7d97be9b6904878c3e5be4a96ab466bb9.tar.xz wireguard-openbsd-01705fe7d97be9b6904878c3e5be4a96ab466bb9.zip |
change header protection define name
-rw-r--r-- | sys/arch/m68k/include/spinlock.h | 6 | ||||
-rw-r--r-- | sys/arch/mips/include/spinlock.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/m68k/include/spinlock.h b/sys/arch/m68k/include/spinlock.h index 851e0182cee..44d38732d2d 100644 --- a/sys/arch/m68k/include/spinlock.h +++ b/sys/arch/m68k/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:28 d Exp $ */ -#ifndef _MACHINE_SPINLOCK_H_ -#define _MACHINE_SPINLOCK_H_ +#ifndef _M68K_SPINLOCK_H_ +#define _M68K_SPINLOCK_H_ #define _SPINLOCK_UNLOCKED (0) #define _SPINLOCK_LOCKED (1) 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) |