diff options
author | Peter Denison <openwrt@marshadder.org> | 2007-06-09 13:17:46 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2007-06-09 13:17:46 +0000 |
commit | 7a1b6c92a1b728f9742f6ff1f6007d770c7623db (patch) | |
tree | 91779ec63a6f182c64a78307ebf9dc1a90b57230 /package/iproute2/patches/004-darwin_fixes.patch | |
parent | 4c8ecf00c4b10bc3af7c93ccc3e2bcc5c33ff280 (diff) | |
download | upstream-7a1b6c92a1b728f9742f6ff1f6007d770c7623db.tar.gz upstream-7a1b6c92a1b728f9742f6ff1f6007d770c7623db.tar.bz2 upstream-7a1b6c92a1b728f9742f6ff1f6007d770c7623db.zip |
update iproute2 to 2.6.20-070313, and package genl utility
SVN-Revision: 7540
Diffstat (limited to 'package/iproute2/patches/004-darwin_fixes.patch')
-rw-r--r-- | package/iproute2/patches/004-darwin_fixes.patch | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package/iproute2/patches/004-darwin_fixes.patch b/package/iproute2/patches/004-darwin_fixes.patch index bb2ca3fd19..3719c7eba1 100644 --- a/package/iproute2/patches/004-darwin_fixes.patch +++ b/package/iproute2/patches/004-darwin_fixes.patch @@ -1,7 +1,7 @@ -Index: iproute2-2.6.15-060110/netem/maketable.c +Index: iproute-2.6.20-070313/netem/maketable.c =================================================================== ---- iproute2-2.6.15-060110.orig/netem/maketable.c 2007-06-04 13:22:33.339786864 +0200 -+++ iproute2-2.6.15-060110/netem/maketable.c 2007-06-04 13:22:34.476614040 +0200 +--- 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 @@ -10,7 +10,9 @@ #include <stdio.h> #include <stdlib.h> @@ -12,10 +12,10 @@ Index: iproute2-2.6.15-060110/netem/maketable.c #include <string.h> #include <sys/types.h> #include <sys/stat.h> -Index: iproute2-2.6.15-060110/netem/normal.c +Index: iproute-2.6.20-070313/netem/normal.c =================================================================== ---- iproute2-2.6.15-060110.orig/netem/normal.c 2007-06-04 13:22:33.344786104 +0200 -+++ iproute2-2.6.15-060110/netem/normal.c 2007-06-04 13:22:34.476614040 +0200 +--- 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 @@ -8,8 +8,12 @@ #include <string.h> #include <limits.h> @@ -29,10 +29,10 @@ Index: iproute2-2.6.15-060110/netem/normal.c #define TABLESIZE 16384 #define TABLEFACTOR NETEM_DIST_SCALE -Index: iproute2-2.6.15-060110/netem/pareto.c +Index: iproute-2.6.20-070313/netem/pareto.c =================================================================== ---- iproute2-2.6.15-060110.orig/netem/pareto.c 2007-06-04 13:22:33.349785344 +0200 -+++ iproute2-2.6.15-060110/netem/pareto.c 2007-06-04 13:22:34.476614040 +0200 +--- 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 @@ -7,8 +7,12 @@ #include <math.h> #include <limits.h> @@ -46,10 +46,10 @@ Index: iproute2-2.6.15-060110/netem/pareto.c static const double a=3.0; #define TABLESIZE 16384 -Index: iproute2-2.6.15-060110/netem/paretonormal.c +Index: iproute-2.6.20-070313/netem/paretonormal.c =================================================================== ---- iproute2-2.6.15-060110.orig/netem/paretonormal.c 2007-06-04 13:22:33.356784280 +0200 -+++ iproute2-2.6.15-060110/netem/paretonormal.c 2007-06-04 13:22:34.476614040 +0200 +--- 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 @@ -15,10 +15,13 @@ #include <string.h> #include <math.h> |