]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use stdarg.h on alpha/osf1.
authorTed Lemon <source@isc.org>
Wed, 6 Oct 1999 20:09:03 +0000 (20:09 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Oct 1999 20:09:03 +0000 (20:09 +0000)
includes/cf/alphaosf.h

index 80a37ca7aefa51a40f4bc8c5ea844417d832a205..f7e72419b13e53e7cb7197ed1db23cdcf435136b 100644 (file)
@@ -49,9 +49,9 @@ extern int h_errno;
 #include <net/if_dl.h>
 
 /* Varargs stuff... */
-#include <varargs.h>
-#define VA_DOTDOTDOT va_alist
-#define VA_start(list, last) va_start (list)
+#include <stdarg.h>
+#define VA_DOTDOTDOT ...
+#define VA_start(list, last) va_start (list, last)
 
 #ifndef _PATH_DHCPD_PID
 #define _PATH_DHCPD_PID        "/var/run/dhcpd.pid"