Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include/arm32 s/_ARM32_BOOT_MACHDEP_H_/_ARM32_M...



details:   https://anonhg.NetBSD.org/src/rev/36ac5225778f
branches:  trunk
changeset: 834201:36ac5225778f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 01 13:48:00 2018 +0000

description:
s/_ARM32_BOOT_MACHDEP_H_/_ARM32_MACHDEP_H_/ in multiple inclusion
protection.

diffstat:

 sys/arch/arm/include/arm32/machdep.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r 049131d44e7b -r 36ac5225778f sys/arch/arm/include/arm32/machdep.h
--- a/sys/arch/arm/include/arm32/machdep.h      Wed Aug 01 13:46:58 2018 +0000
+++ b/sys/arch/arm/include/arm32/machdep.h      Wed Aug 01 13:48:00 2018 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: machdep.h,v 1.22 2018/07/15 05:16:41 maxv Exp $ */
+/* $NetBSD: machdep.h,v 1.23 2018/08/01 13:48:00 skrll Exp $ */
 
-#ifndef _ARM32_BOOT_MACHDEP_H_
-#define _ARM32_BOOT_MACHDEP_H_
+#ifndef _ARM32_MACHDEP_H_
+#define _ARM32_MACHDEP_H_
 
 /* Define various stack sizes in pages */
 #ifndef IRQ_STACK_SIZE



Home | Main Index | Thread Index | Old Index