From: Ted Lemon Date: Wed, 6 Oct 1999 20:09:03 +0000 (+0000) Subject: Use stdarg.h on alpha/osf1. X-Git-Tag: BCTEL_SPECIAL_19991124~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ebb948de8525c0ef24831285262891c962e435;p=thirdparty%2Fdhcp.git Use stdarg.h on alpha/osf1. --- diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h index 80a37ca7a..f7e72419b 100644 --- a/includes/cf/alphaosf.h +++ b/includes/cf/alphaosf.h @@ -49,9 +49,9 @@ extern int h_errno; #include /* Varargs stuff... */ -#include -#define VA_DOTDOTDOT va_alist -#define VA_start(list, last) va_start (list) +#include +#define VA_DOTDOTDOT ... +#define VA_start(list, last) va_start (list, last) #ifndef _PATH_DHCPD_PID #define _PATH_DHCPD_PID "/var/run/dhcpd.pid"