change include protection from _ANSI_H_ to _ARM_ANSI_H_
This commit is contained in:
parent
b38315d9f8
commit
f54a7460e2
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue