diff options
| author | 1997-08-08 08:24:34 +0000 | |
|---|---|---|
| committer | 1997-08-08 08:24:34 +0000 | |
| commit | 9afd9728f092b0341042c9708bdacf165d8a8754 (patch) | |
| tree | 7960ca5fb42d07a43afc1ccdf55fc5abf31bf46d /sys/arch/sparc/include/stdarg.h | |
| parent | Initialize hwreset. (diff) | |
| download | wireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.tar.xz wireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.zip | |
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and
not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/stdarg.h')
| -rw-r--r-- | sys/arch/sparc/include/stdarg.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/stdarg.h b/sys/arch/sparc/include/stdarg.h index aa2081597bf..311ec168f3f 100644 --- a/sys/arch/sparc/include/stdarg.h +++ b/sys/arch/sparc/include/stdarg.h @@ -1,4 +1,5 @@ -/* $NetBSD: stdarg.h,v 1.9 1995/12/29 18:53:01 mycroft Exp $ */ +/* $OpenBSD: stdarg.h,v 1.4 1997/08/08 08:26:50 downsj Exp $ */ +/* $NetBSD: stdarg.h,v 1.10 1996/12/27 20:55:28 pk Exp $ */ /* * Copyright (c) 1992, 1993 @@ -49,6 +50,11 @@ #include <machine/ansi.h> +#ifdef __lint__ +#define __extension__(x) (0) +#define __builtin_classify_type(t) (0) +#endif + typedef _BSD_VA_LIST_ va_list; #define __va_size(type) \ |
