mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
* Imported from oe.dev commit id 0ff10ecb88de73074ae4857046643cef15dc4e97 and c10c33f86903c93611023197a7f812459c2dfe2d. * Combined .inc and bb file from oe.dev and made a single bb file. * Removed EXTRA_OECONF_append_epia = " --disable-threads" while importing as this should go in epia layer. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
16 lines
719 B
Diff
16 lines
719 B
Diff
Import Debian patches and fix a lot of real bugs.
|
|
|
|
Upstream-Status: Inappropriate [not author. Above message was get from oe.dev c10c33f86903c93611023197a7f812459c2dfe2d]
|
|
|
|
--- iperf-2.0.4/src/Client.cpp 2008-04-07 22:37:54.000000000 -0400
|
|
+++ iperf-2.0.4-fixed/src/Client.cpp 2009-03-03 12:30:02.000000000 -0500
|
|
@@ -403,7 +403,7 @@
|
|
// connect socket
|
|
rc = connect( mSettings->mSock, (sockaddr*) &mSettings->peer,
|
|
SockAddr_get_sizeof_sockaddr( &mSettings->peer ));
|
|
- WARN_errno( rc == SOCKET_ERROR, "connect" );
|
|
+ FAIL_errno( rc == SOCKET_ERROR, "connect", mSettings );
|
|
|
|
getsockname( mSettings->mSock, (sockaddr*) &mSettings->local,
|
|
&mSettings->size_local );
|