freebsd-ports/devel/directfb/files/patch-lib-direct-log.c
Dmitry Marakasov 19a137e719 - Update to 1.4.17
- Unbreak
- Switch to options helpers

PR:		185885
Submitted by:	hardy.schumacher@gmx.de
Approved by:	maintainer timeout (anatoly.borodin@gmail.com, 2 years)
2016-06-17 15:20:35 +00:00

17 lines
595 B
C

--- lib/direct/log.c.orig 2012-05-23 13:43:12 UTC
+++ lib/direct/log.c
@@ -335,12 +335,14 @@ parse_host_addr( const char *hostp
D_ERROR( "Direct/Log: Port %s is unreachable!\n", portstr );
return DR_FAILURE;
+/*
#ifdef EAI_ADDRFAMILY
case EAI_ADDRFAMILY:
#endif
case EAI_NODATA:
D_ERROR( "Direct/Log: Host found, but has no address!\n" );
return DR_FAILURE;
+*/
case EAI_MEMORY:
return D_OOM();