diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/hppa/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/m68k/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/mips64/include/stdarg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/include/stdarg.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/alpha/include/stdarg.h b/sys/arch/alpha/include/stdarg.h index 34191823c5a..3d64c0fb39e 100644 --- a/sys/arch/alpha/include/stdarg.h +++ b/sys/arch/alpha/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.7 2005/12/14 21:46:30 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.8 2005/12/14 23:51:32 deraadt Exp $ */ /* $NetBSD: stdarg.h,v 1.4 1996/10/09 21:13:05 cgd Exp $ */ /*- @@ -60,6 +60,6 @@ typedef _BSD_VA_LIST_ va_list; ((dest) = (src)) #endif -#define va_end(ap) ((void)0) +#define va_end(ap) #endif /* !_ALPHA_STDARG_H_ */ diff --git a/sys/arch/hppa/include/stdarg.h b/sys/arch/hppa/include/stdarg.h index bbe69721372..3bfcc43f46c 100644 --- a/sys/arch/hppa/include/stdarg.h +++ b/sys/arch/hppa/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.5 2005/12/14 21:46:30 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.6 2005/12/14 23:51:32 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -57,6 +57,6 @@ typedef double *va_list; ((dest) = (src)) #endif -#define va_end(ap) +#define va_end(ap) #endif /* !_MACHINE_STDARG_H */ diff --git a/sys/arch/hppa64/include/stdarg.h b/sys/arch/hppa64/include/stdarg.h index bd488cba729..e8de77c5e4f 100644 --- a/sys/arch/hppa64/include/stdarg.h +++ b/sys/arch/hppa64/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.2 2005/12/14 21:46:30 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.3 2005/12/14 23:51:32 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -57,6 +57,6 @@ typedef double *va_list; ((dest) = (src)) #endif -#define va_end(ap) +#define va_end(ap) #endif /* !_MACHINE_STDARG_H */ diff --git a/sys/arch/i386/include/stdarg.h b/sys/arch/i386/include/stdarg.h index c3e66cbb59a..473b059b105 100644 --- a/sys/arch/i386/include/stdarg.h +++ b/sys/arch/i386/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.7 2005/12/14 21:46:30 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.8 2005/12/14 23:51:32 deraadt Exp $ */ /* $NetBSD: stdarg.h,v 1.12 1995/12/25 23:15:31 mycroft Exp $ */ /*- @@ -59,6 +59,6 @@ typedef _BSD_VA_LIST_ va_list; ((dest) = (src)) #endif -#define va_end(ap) ((void)0) +#define va_end(ap) #endif /* !_I386_STDARG_H_ */ diff --git a/sys/arch/m68k/include/stdarg.h b/sys/arch/m68k/include/stdarg.h index d4db7b594e8..cb457c20574 100644 --- a/sys/arch/m68k/include/stdarg.h +++ b/sys/arch/m68k/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.7 2005/12/14 21:46:31 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.8 2005/12/14 23:51:32 deraadt Exp $ */ /* $NetBSD: stdarg.h,v 1.14 1995/12/25 23:15:33 mycroft Exp $ */ /*- @@ -62,6 +62,6 @@ typedef _BSD_VA_LIST_ va_list; ((dest) = (src)) #endif -#define va_end(ap) ((void)0) +#define va_end(ap) #endif /* !_M68K_STDARG_H_ */ diff --git a/sys/arch/mips64/include/stdarg.h b/sys/arch/mips64/include/stdarg.h index 1a4c0f18978..60e066da7d9 100644 --- a/sys/arch/mips64/include/stdarg.h +++ b/sys/arch/mips64/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.3 2005/12/14 21:46:31 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.4 2005/12/14 23:51:33 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -137,7 +137,7 @@ enum { #ifndef va_end void va_end (__gnuc_va_list); /* Defined in libgcc.a */ #endif -#define va_end(__AP) ((void)0) +#define va_end(__AP) #if defined (__mips_eabi) diff --git a/sys/arch/sparc/include/stdarg.h b/sys/arch/sparc/include/stdarg.h index 110ad7593dc..0642174b4b6 100644 --- a/sys/arch/sparc/include/stdarg.h +++ b/sys/arch/sparc/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.8 2005/12/14 21:46:31 millert Exp $ */ +/* $OpenBSD: stdarg.h,v 1.9 2005/12/14 23:51:33 deraadt Exp $ */ /* $NetBSD: stdarg.h,v 1.10 1996/12/27 20:55:28 pk Exp $ */ /* @@ -104,6 +104,6 @@ typedef _BSD_VA_LIST_ va_list; ((dest) = (src)) #endif -#define va_end(ap) ((void)0) +#define va_end(ap) #endif /* !_SPARC_STDARG_H_ */ |