diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-30 00:20:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-30 00:20:24 +0000 |
commit | 3d831030ef38d51545a20845e26a5b6b696f2235 (patch) | |
tree | 00f74b994acdb63571e9e62d7c5dbba87ddc82d6 /sys/arch/i386 | |
parent | 95a317397f8879d49460fad2b249928eaf4041e0 (diff) |
wrong namespace!
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/tss.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/tss.h b/sys/arch/i386/include/tss.h index 7517736143b..cb6dd96772c 100644 --- a/sys/arch/i386/include/tss.h +++ b/sys/arch/i386/include/tss.h @@ -38,8 +38,8 @@ * @(#)tss.h 5.4 (Berkeley) 1/18/91 */ -#ifndef __I386_TSS_H__ -#define __I386_TSS_H__ +#ifndef _I386_TSS_H_ +#define _I386_TSS_H_ /* * Intel 386 Context Data Type @@ -74,4 +74,4 @@ struct i386tss { int tss_ioopt; /* options and I/O permission map offset */ }; -#endif /* __I386_TSS_H__ */ +#endif /* _I386_TSS_H_ */ |