Module Name: src Committed By: matt Date: Wed Jan 29 00:18:32 UTC 2014
Modified Files: src/sys/arch/arm/include: ansi.h Log Message: change include protection from _ANSI_H_ to _ARM_ANSI_H_ To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/ansi.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/include/ansi.h diff -u src/sys/arch/arm/include/ansi.h:1.15 src/sys/arch/arm/include/ansi.h:1.16 --- src/sys/arch/arm/include/ansi.h:1.15 Sun Jan 27 17:43:20 2013 +++ src/sys/arch/arm/include/ansi.h Wed Jan 29 00:18:32 2014 @@ -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_ */