diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 01:17:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-09 01:17:36 +0000 |
commit | 6b8566c9a091694b621d1d4966ff0f982f14cb73 (patch) | |
tree | 854d1a2c2f94aa7db58752fe203b10ba642cc204 /sys | |
parent | a39afe9e03d62f55e88a15ebb609282a791f9dbc (diff) |
add _BSD_TIMER_T_; cindy
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 |