diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-28 06:09:33 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-28 06:09:33 +0000 |
commit | 64b3ce59bcd0839f7d76e38d308f8e1ca29dcffc (patch) | |
tree | 3dbd07d1df74f0ab56be3d79cd8dc9ccd2551486 /sys/arch/powerpc/include/ansi.h | |
parent | 1709f310d1c13c7d5bb9ade080f1009c782bc9d7 (diff) |
Changes necessary to make the kernel compile and boot.
Some merging with NetBSD port.
Diffstat (limited to 'sys/arch/powerpc/include/ansi.h')
-rw-r--r-- | sys/arch/powerpc/include/ansi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/ansi.h b/sys/arch/powerpc/include/ansi.h index 403bc133c6c..6c871a419cf 100644 --- a/sys/arch/powerpc/include/ansi.h +++ b/sys/arch/powerpc/include/ansi.h @@ -1,4 +1,4 @@ -/* $NetBSD: ansi.h,v 1.1 1996/09/30 16:34:19 ws Exp $ */ +/* $NetBSD: ansi.h,v 1.2 1996/11/15 22:38:57 jtc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -54,6 +54,8 @@ #define _BSD_TIME_T_ long /* time() */ struct __gnuc_va_list__; #define _BSD_VA_LIST_ struct __gnuc_va_list__ * /* 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 |