ports/devel/directfb/files/patch-lib-voodoo-client.c
Pav Lucistnik 4711ced926 - Update to 1.4.3
PR:		ports/146815
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-06-03 08:00:30 +00:00

15 lines
539 B
C

--- lib/voodoo/client.c
+++ lib/voodoo/client.c
@@ -97,10 +97,12 @@ voodoo_client_create( const char *hostname,
D_ERROR( "Direct/Log: Port 2323 is unreachable!\n" );
return DR_FAILURE;
+/*
case EAI_ADDRFAMILY:
case EAI_NODATA:
D_ERROR( "Direct/Log: Host found, but has no address!\n" );
return DR_FAILURE;
+*/
case EAI_MEMORY:
return D_OOM();