summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-11 23:51:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-11 23:51:29 +0000
commit1f183b5980254b90e60005b3cff6d37dc3e05a92 (patch)
treece123dde4475374a76e57525f01df48a50323263
parentd404e8f984e44300b0dd27c7b6a74e00792ee744 (diff)
Add wint_t type declaration.
-rw-r--r--sys/arch/mvme88k/include/ansi.h5
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__ */