diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-06 19:28:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-06 19:28:23 +0000 |
commit | b9e3a383b79171d2e356d470c4e9bee490aa3a8d (patch) | |
tree | 9ac165061fe7c44bb197771229561add1ecd4f5a /sys/arch/m88k/include/intr.h | |
parent | cbfa7e060dab15c3479eb2ecf726dcd7ad9a2698 (diff) |
MVME88K -> M88K in include file guard symbols. No functional changes.
Diffstat (limited to 'sys/arch/m88k/include/intr.h')
-rw-r--r-- | sys/arch/m88k/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/intr.h b/sys/arch/m88k/include/intr.h index 7e84945af50..4c5895ef76e 100644 --- a/sys/arch/m88k/include/intr.h +++ b/sys/arch/m88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.3 2005/05/01 09:55:49 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.4 2005/09/06 19:28:22 miod Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -70,4 +70,4 @@ void splassert_check(int, const char *); #define splx(x) ((x) ? setipl((x)) : spl0()) #endif /* _KERNEL */ -#endif /* _MVME88K_INTR_H_ */ +#endif /* _M88K_INTR_H_ */ |