X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fiproute2%2Fpatches%2F004-darwin_fixes.patch;h=e1a5e975685aa216ec096998902f3fbef3b679d0;hb=a5ee1ea114c419cbacab3ff87827bc0389431bcb;hp=da7c3ec6db7d724570f4ef0d4b96a092e19a5584;hpb=ee25f777573e647976d4c15fa50e6daa0266855d;p=openwrt-10.03%2F.git diff --git a/package/iproute2/patches/004-darwin_fixes.patch b/package/iproute2/patches/004-darwin_fixes.patch index da7c3ec6d..e1a5e9756 100644 --- a/package/iproute2/patches/004-darwin_fixes.patch +++ b/package/iproute2/patches/004-darwin_fixes.patch @@ -1,7 +1,5 @@ -Index: iproute-2.6.20-070313/netem/maketable.c -=================================================================== ---- iproute-2.6.20-070313.orig/netem/maketable.c 2007-06-09 13:53:56.000000000 +0100 -+++ iproute-2.6.20-070313/netem/maketable.c 2007-06-09 13:54:01.000000000 +0100 +--- a/netem/maketable.c ++++ b/netem/maketable.c @@ -10,7 +10,9 @@ #include #include @@ -12,10 +10,8 @@ Index: iproute-2.6.20-070313/netem/maketable.c #include #include #include -Index: iproute-2.6.20-070313/netem/normal.c -=================================================================== ---- iproute-2.6.20-070313.orig/netem/normal.c 2007-06-09 13:53:56.000000000 +0100 -+++ iproute-2.6.20-070313/netem/normal.c 2007-06-09 13:54:01.000000000 +0100 +--- a/netem/normal.c ++++ b/netem/normal.c @@ -8,8 +8,12 @@ #include #include @@ -29,10 +25,8 @@ Index: iproute-2.6.20-070313/netem/normal.c #define TABLESIZE 16384 #define TABLEFACTOR NETEM_DIST_SCALE -Index: iproute-2.6.20-070313/netem/pareto.c -=================================================================== ---- iproute-2.6.20-070313.orig/netem/pareto.c 2007-06-09 13:53:56.000000000 +0100 -+++ iproute-2.6.20-070313/netem/pareto.c 2007-06-09 13:54:01.000000000 +0100 +--- a/netem/pareto.c ++++ b/netem/pareto.c @@ -7,8 +7,12 @@ #include #include @@ -46,10 +40,8 @@ Index: iproute-2.6.20-070313/netem/pareto.c static const double a=3.0; #define TABLESIZE 16384 -Index: iproute-2.6.20-070313/netem/paretonormal.c -=================================================================== ---- iproute-2.6.20-070313.orig/netem/paretonormal.c 2007-06-09 13:53:56.000000000 +0100 -+++ iproute-2.6.20-070313/netem/paretonormal.c 2007-06-09 13:54:01.000000000 +0100 +--- a/netem/paretonormal.c ++++ b/netem/paretonormal.c @@ -15,10 +15,13 @@ #include #include