X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0bacf692d0120e2ab4bb60caa114f5c817980374..a730c7e73e1820149b65c540e03262aa709eeef8:/package/iproute2/patches/004-darwin_fixes.patch diff --git a/package/iproute2/patches/004-darwin_fixes.patch b/package/iproute2/patches/004-darwin_fixes.patch index 775705c9a..e1a5e9756 100644 --- a/package/iproute2/patches/004-darwin_fixes.patch +++ b/package/iproute2/patches/004-darwin_fixes.patch @@ -1,24 +1,22 @@ -diff -urN iproute2-2.6.15-060110/netem/maketable.c iproute2-2.6.15-060110.new/netem/maketable.c ---- iproute2-2.6.15-060110/netem/maketable.c 2005-02-09 23:05:41.000000000 +0100 -+++ iproute2-2.6.15-060110.new/netem/maketable.c 2007-04-08 22:40:21.000000000 +0200 +--- a/netem/maketable.c ++++ b/netem/maketable.c @@ -10,7 +10,9 @@ #include #include #include -+#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) #include +#endif #include #include #include -diff -urN iproute2-2.6.15-060110/netem/normal.c iproute2-2.6.15-060110.new/netem/normal.c ---- iproute2-2.6.15-060110/netem/normal.c 2005-03-30 20:11:49.000000000 +0200 -+++ iproute2-2.6.15-060110.new/netem/normal.c 2007-04-08 22:47:26.000000000 +0200 +--- a/netem/normal.c ++++ b/netem/normal.c @@ -8,8 +8,12 @@ #include #include -+#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) #include #include +#else @@ -27,14 +25,13 @@ diff -urN iproute2-2.6.15-060110/netem/normal.c iproute2-2.6.15-060110.new/netem #define TABLESIZE 16384 #define TABLEFACTOR NETEM_DIST_SCALE -diff -urN iproute2-2.6.15-060110/netem/pareto.c iproute2-2.6.15-060110.new/netem/pareto.c ---- iproute2-2.6.15-060110/netem/pareto.c 2005-02-09 23:05:41.000000000 +0100 -+++ iproute2-2.6.15-060110.new/netem/pareto.c 2007-04-08 22:48:36.000000000 +0200 +--- a/netem/pareto.c ++++ b/netem/pareto.c @@ -7,8 +7,12 @@ #include #include -+#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) #include #include +#else @@ -43,14 +40,13 @@ diff -urN iproute2-2.6.15-060110/netem/pareto.c iproute2-2.6.15-060110.new/netem static const double a=3.0; #define TABLESIZE 16384 -diff -urN iproute2-2.6.15-060110/netem/paretonormal.c iproute2-2.6.15-060110.new/netem/paretonormal.c ---- iproute2-2.6.15-060110/netem/paretonormal.c 2005-08-08 22:24:41.000000000 +0200 -+++ iproute2-2.6.15-060110.new/netem/paretonormal.c 2007-04-08 22:49:56.000000000 +0200 +--- a/netem/paretonormal.c ++++ b/netem/paretonormal.c @@ -15,10 +15,13 @@ #include #include #include -+#ifndef __APPLE__ ++#if !defined(__APPLE__) && !defined(__FreeBSD__) #include - #include