diff options
Diffstat (limited to 'sys/arch/hppa64/include/stdarg.h')
-rw-r--r-- | sys/arch/hppa64/include/stdarg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |