summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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__ */