diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-22 21:29:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-22 21:29:56 +0000 |
commit | b87158308a792da614a84be00b5cd8ee8595083b (patch) | |
tree | 65656b006d9724460112cf1c8ed7cc321a740a7f /sys/arch/i386/include | |
parent | 45733ebfef7aed2f6d64e437d6212692b299eb6b (diff) |
protection should use the upper case names
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/intrdefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/intrdefs.h b/sys/arch/i386/include/intrdefs.h index 8b81a124db4..7931a6fee3d 100644 --- a/sys/arch/i386/include/intrdefs.h +++ b/sys/arch/i386/include/intrdefs.h @@ -1,8 +1,8 @@ -/* $OpenBSD: intrdefs.h,v 1.11 2008/04/26 14:33:27 kettenis Exp $ */ +/* $OpenBSD: intrdefs.h,v 1.12 2010/05/22 21:29:55 deraadt Exp $ */ /* $NetBSD: intrdefs.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */ -#ifndef _i386_INTRDEFS_H -#define _i386_INTRDEFS_H +#ifndef _I386_INTRDEFS_H +#define _I386_INTRDEFS_H /* * Intel APICs (advanced programmable interrupt controllers) have |