summaryrefslogtreecommitdiff
path: root/sys/arch/mips
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 15:53:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 15:53:49 +0000
commit601580fce567b09e0ff400252396425ce9bb53f9 (patch)
tree5673db89503a484da0a943c7f5d60b2e04732931 /sys/arch/mips
parentc1da574ca1009fd0765d0814b63388a4267ccc0a (diff)
add _BSD_WINT_T_ like other ansi.h's
Diffstat (limited to 'sys/arch/mips')
-rw-r--r--sys/arch/mips/include/ansi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips/include/ansi.h b/sys/arch/mips/include/ansi.h
index da02a609685..4aafacf7373 100644
--- a/sys/arch/mips/include/ansi.h
+++ b/sys/arch/mips/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.1 1998/01/28 11:14:35 pefo Exp $ */
+/* $OpenBSD: ansi.h,v 1.2 1998/05/08 15:53:48 millert Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -71,6 +71,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 */
#endif /* _MIPS_ANSI_H_ */