* Split into two packages. One without threads support and one with multithread support (#2432)
 * Refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9036 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli
2007-09-26 15:52:56 +00:00
parent a4cce92a16
commit 8d794e4bce
2 changed files with 74 additions and 20 deletions

View File

@ -1,5 +1,7 @@
--- iperf-2.0.2/compat/Thread.c 2005-05-03 08:15:51.000000000 -0700
+++ iperf-2.0.2.new/compat/Thread.c 2007-06-04 10:41:11.000000000 -0700
Index: iperf-2.0.2/compat/Thread.c
===================================================================
--- iperf-2.0.2.orig/compat/Thread.c 2007-09-26 15:01:48.000000000 +0200
+++ iperf-2.0.2/compat/Thread.c 2007-09-26 15:01:49.000000000 +0200
@@ -405,9 +405,13 @@
void thread_rest ( void ) {
#if defined( HAVE_THREAD )