From 4f6f4abee953638d3409775c050227c9537c9e8c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 6 Jan 2006 18:53:07 +0000 Subject: Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable --- sys/arch/hppa/hppa/genassym.cf | 3 +-- sys/arch/hppa/include/stdarg.h | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf index 3942e2971fa..842af4daa32 100644 --- a/sys/arch/hppa/hppa/genassym.cf +++ b/sys/arch/hppa/hppa/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.27 2005/04/21 04:39:35 mickey Exp $ +# $OpenBSD: genassym.cf,v 1.28 2006/01/06 18:53:05 millert Exp $ # # Copyright (c) 1982, 1990, 1993 @@ -42,7 +42,6 @@ include include -include include include include diff --git a/sys/arch/hppa/include/stdarg.h b/sys/arch/hppa/include/stdarg.h index 3bfcc43f46c..712395bdcb5 100644 --- a/sys/arch/hppa/include/stdarg.h +++ b/sys/arch/hppa/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.6 2005/12/14 23:51:32 deraadt Exp $ */ +/* $OpenBSD: stdarg.h,v 1.7 2006/01/06 18:53:05 millert Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -35,8 +35,9 @@ #define _MACHINE_STDARG_H_ #include +#include -typedef double *va_list; +typedef __va_list va_list; #ifdef __GNUC__ #define va_start(ap,lastarg) ((ap) = (va_list)__builtin_saveregs()) -- cgit v1.2.3