diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 06:36:31 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 06:36:31 +0000 |
commit | a57803c95c08dbdb30356100d3b94c219d5c46cb (patch) | |
tree | 797d6906b97d2f70dbabbc79151496c303e85e93 /sys/arch/mvme88k/include/ansi.h | |
parent | 93a73fb959e9887211b761afd3c887abd096e3ff (diff) |
Added kernel support for user debugging. Fixed file ID's
Diffstat (limited to 'sys/arch/mvme88k/include/ansi.h')
-rw-r--r-- | sys/arch/mvme88k/include/ansi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h index 2bdffc0af08..d811f61dc0e 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.6 1997/07/07 05:56:38 millert Exp $ + * $Id: ansi.h,v 1.7 1999/02/09 06:36:25 smurph Exp $ */ #ifndef _ANSI_H_ @@ -54,6 +54,10 @@ #define _BSD_CLOCKID_T_ int #define _BSD_TIMER_T_ int +#if 0 +#define _BSD_VA_LIST_ char* /* va_list */ +#endif + #include "va-m88k.h" #define _BSD_VA_LIST_ __gnuc_va_list |