summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-08-23 22:19:57 +0000
committermarcel <marcel@FreeBSD.org>2002-08-23 22:19:57 +0000
commitc5c764a77dcdfa76bad5348a6bc56108cf1a1793 (patch)
treefb571291402ef4628a6fd0044c2a8015413db427 /sys/ia64
parentd2bcc5e4b169c8d19c372077c033e912971323d9 (diff)
downloadFreeBSD-src-c5c764a77dcdfa76bad5348a6bc56108cf1a1793.zip
FreeBSD-src-c5c764a77dcdfa76bad5348a6bc56108cf1a1793.tar.gz
s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index f31656c..c13787e 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/include/_types.h
@@ -97,7 +97,7 @@ typedef __uint64_t __vm_size_t;
typedef __builtin_va_list __va_list; /* internally known to gcc */
#if !defined(__GNUC_VA_LIST) && !defined(__NO_GNUC_VA_LIST)
#define __GNUC_VA_LIST
-typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/
+typedef __va_list __gnuc_va_list; /* compatibility w/GNU headers*/
#endif
#else
#error Must add va_list support for this non-GCC compiler.
OpenPOWER on IntegriCloud