]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #611. Refix to add additional condition for Win32
authorDanny Mayer <mayer@ntp.org>
Mon, 15 May 2006 23:45:34 +0000 (19:45 -0400)
committerDanny Mayer <mayer@ntp.org>
Mon, 15 May 2006 23:45:34 +0000 (19:45 -0400)
bk: 4469129e2qaAi9rkQc-45iCeAiarag

ntpd/ntp_intres.c

index f71980249b3e042503e597ec1badc25e7a1c996b..43d8270e160cd1ab114a9ab007228aaececbfe22 100644 (file)
@@ -541,8 +541,10 @@ findhostaddr(
                case EAI_NODATA:
 #endif
                case EAI_FAIL:
+#ifdef EAI_SYSTEM
                case EAI_SYSTEM:
                        return (1);
+#endif
                default:
                        return (0);
                }