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 change include protection from _ANSI_H_...



details:   https://anonhg.NetBSD.org/src/rev/5e80f18019a4
branches:  trunk
changeset: 326419:5e80f18019a4
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jan 29 00:18:32 2014 +0000

description:
change include protection from _ANSI_H_ to _ARM_ANSI_H_

diffstat:

 sys/arch/arm/include/ansi.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 945173c310bc -r 5e80f18019a4 sys/arch/arm/include/ansi.h
--- a/sys/arch/arm/include/ansi.h       Wed Jan 29 00:17:21 2014 +0000
+++ b/sys/arch/arm/include/ansi.h       Wed Jan 29 00:18:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ansi.h,v 1.15 2013/01/27 17:43:20 matt Exp $   */
+/*     $NetBSD: ansi.h,v 1.16 2014/01/29 00:18:32 matt Exp $   */
 
 /*
  * Copyright (c) 1990, 1993
@@ -31,8 +31,8 @@
  *     from: @(#)ansi.h        8.2 (Berkeley) 1/4/94
  */
 
-#ifndef        _ANSI_H_
-#define        _ANSI_H_
+#ifndef        _ARM_ANSI_H_
+#define        _ARM_ANSI_H_
 
 #include <sys/cdefs.h>
 
@@ -76,4 +76,4 @@
 #define        _BSD_WINT_T_            int             /* wint_t */
 #endif
 
-#endif /* _ANSI_H_ */
+#endif /* _ARM_ANSI_H_ */



Home | Main Index | Thread Index | Old Index