Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67654
Collapse All | Expand All

(-)libntp/ntp_rfc2553.orig (-1 / +4 lines)
Lines 83-89 Link Here
83
#include "ntp_stdlib.h"
83
#include "ntp_stdlib.h"
84
#include "ntp_string.h"
84
#include "ntp_string.h"
85
85
86
#ifndef HAVE_IPV6
86
#ifdef ISC_PLATFORM_NEEDIN6ADDRANY
87
87
88
#if defined(SYS_WINNT)
88
#if defined(SYS_WINNT)
89
/* XXX This is the preferred way, but for some reason the SunOS compiler
89
/* XXX This is the preferred way, but for some reason the SunOS compiler
Lines 93-98 Link Here
93
#else
93
#else
94
const struct in6_addr in6addr_any;
94
const struct in6_addr in6addr_any;
95
#endif
95
#endif
96
#endif
97
98
#ifndef ISC_PLATFORM_HAVEIPV6
96
99
97
static char *ai_errlist[] = {
100
static char *ai_errlist[] = {
98
	"Success",
101
	"Success",

Return to bug 67654