diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-11 23:51:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-11 23:51:29 +0000 |
commit | 1f183b5980254b90e60005b3cff6d37dc3e05a92 (patch) | |
tree | ce123dde4475374a76e57525f01df48a50323263 /sys | |
parent | d404e8f984e44300b0dd27c7b6a74e00792ee744 (diff) |
Add wint_t type declaration.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/include/ansi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h index 13cb418602a..b613ff06231 100644 --- a/sys/arch/mvme88k/include/ansi.h +++ b/sys/arch/mvme88k/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.10 2001/01/14 20:25:23 smurph Exp $ */ +/* $OpenBSD: ansi.h,v 1.11 2001/08/11 23:51:28 miod Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -77,6 +77,7 @@ * defined for ctype.h. */ #define _BSD_WCHAR_T_ int /* wchar_t */ +#define _BSD_WINT_T_ int /* wint_t */ #define _BSD_RUNE_T_ int /* rune_t */ /* @@ -85,4 +86,4 @@ */ #define _BSD_OFF_T_ long long /* file offset */ -#endif __MACHINE_ANSI_H__ +#endif /* __MACHINE_ANSI_H__ */ |