diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 06:18:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 06:18:17 +0000 |
commit | c913f8ce2d2e0c69d32752c2e4b62eb3f58a821d (patch) | |
tree | c67b9537c3e21fb1cb4e9beee3ee189267de6443 /sys/arch/m68k/include/ansi.h | |
parent | 959e287f6fb20068b466afe1116ec6148211751c (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/arch/m68k/include/ansi.h')
-rw-r--r-- | sys/arch/m68k/include/ansi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/ansi.h b/sys/arch/m68k/include/ansi.h index 0e64d6c9db1..0da4f53d0ed 100644 --- a/sys/arch/m68k/include/ansi.h +++ b/sys/arch/m68k/include/ansi.h @@ -1,4 +1,5 @@ -/* $NetBSD: ansi.h,v 1.5 1994/10/26 07:50:40 cgd Exp $ */ +/* $OpenBSD: ansi.h,v 1.2 1996/04/19 06:18:13 niklas Exp $ */ +/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:31:52 jtc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -69,6 +70,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 /* _ANSI_H_ */ |