[ntpsec commit] Nuke another stray bit of ISC_PLATFORM_HAVESYSUNH code.
Eric S. Raymond
esr at ntpsec.org
Fri Oct 2 13:49:17 UTC 2015
Module: ntpsec
Branch: master
Commit: cb5c5392246437bb54b24a1b274e59827732a1c5
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=cb5c5392246437bb54b24a1b274e59827732a1c5
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Fri Oct 2 07:58:05 2015 -0400
Nuke another stray bit of ISC_PLATFORM_HAVESYSUNH code.
---
lib/isc/unix/net.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c
index a4401ad..8c4b765 100644
--- a/lib/isc/unix/net.c
+++ b/lib/isc/unix/net.c
@@ -204,9 +204,6 @@ initialize_action(void) {
#endif
#endif
#endif
-#ifdef ISC_PLATFORM_HAVESYSUNH
- unix_result = try_proto(PF_UNIX);
-#endif
}
static void
More information about the vc
mailing list