diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:46:46 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:46:46 +0000 |
commit | 0a0fd40d0818be603667303b0bb184d4f776134a (patch) | |
tree | 03e6e9da9ade2c4b05065896e8df1fa28bb8484f /sys/arch/mvme88k/include | |
parent | cafd8ee2af3c878e519fbe909ded96c00fca835a (diff) |
Add new clock related types; from NetBSD
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/ansi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h index a1d9d668c93..00870207282 100644 --- a/sys/arch/mvme88k/include/ansi.h +++ b/sys/arch/mvme88k/include/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ansi.h 8.2 (Berkeley) 1/4/94 - * $Id: ansi.h,v 1.3 1997/03/03 20:20:43 rahnds Exp $ + * $Id: ansi.h,v 1.4 1997/04/20 20:46:43 tholo Exp $ */ #ifndef _ANSI_H_ @@ -51,6 +51,8 @@ #define _BSD_SIZE_T_ unsigned int /* sizeof() */ #define _BSD_SSIZE_T_ int /* byte count or error */ #define _BSD_TIME_T_ long /* time() */ +#define _BSD_CLOCKID_T_ int +#define _BSD_TIMER_T_ int #include "va-m88k.h" |