diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/wgrisc/include/ansi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/include/ansi.h b/sys/arch/wgrisc/include/ansi.h index 3803a631267..793a17e826c 100644 --- a/sys/arch/wgrisc/include/ansi.h +++ b/sys/arch/wgrisc/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.2 1997/05/11 16:25:59 pefo Exp $ */ +/* $OpenBSD: ansi.h,v 1.3 1997/06/09 01:17:35 deraadt Exp $ */ /* $NetBSD: ansi.h,v 1.5 1994/10/26 21:09:33 cgd Exp $ */ /*- @@ -55,6 +55,7 @@ #define _BSD_TIME_T_ long /* time() */ #define _BSD_VA_LIST_ char * /* va_list */ #define _BSD_CLOCKID_T_ int +#define _BSD_TIMER_T_ int /* * Runes (wchar_t) is declared to be an ``int'' instead of the more natural |