|
|
|
|
@ -49,3 +49,17 @@
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif /* HAVE_UNISTD_H */
|
|
|
|
|
+#include <stdarg.h>
|
|
|
|
|
--- src/gated/include.h.dist 2003-06-17 23:47:19.000000000 +0200
|
|
|
|
|
+++ src/gated/include.h 2003-06-17 23:47:37.000000000 +0200
|
|
|
|
|
@@ -89,11 +89,6 @@
|
|
|
|
|
#define _BSD 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
-/* if we are using gcc, use the gcc va_list type */
|
|
|
|
|
-#if defined (__GNUC__) && !defined(hpux) && !defined(linux)
|
|
|
|
|
-#define _VA_LIST
|
|
|
|
|
-#endif /* __GNUC__ */
|
|
|
|
|
-
|
|
|
|
|
#ifdef PROTO_INET6
|
|
|
|
|
#include "krt_ipv6multi/krt_ipv6multi.h"
|
|
|
|
|
#endif
|
|
|
|
|
|