X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Flinux-atm%2Fpatches%2F400-stdint_local_instead_of_host.patch;h=b4db87e62434210e82b73f961d5d251069b6a43e;hb=9b31379ed213e7e09c60e47d92e8eb93e2b4aec2;hp=5e9b3b65e3efa56adb33755c9513c268f2d2b409;hpb=2a48ea81df5c6970852366b6c9462429e62c2f81;p=openwrt.git diff --git a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch index 5e9b3b65e3..b4db87e624 100644 --- a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch +++ b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch @@ -1,20 +1,13 @@ -Index: package/linux-atm/patches/400-stdint-local-instead-of-host.patch +Index: linux-atm-2.4.1/src/include/stdint.h =================================================================== ---- package/linux-atm/patches/400-stdint-local-instead-of-host.patch    (revision 0) -+++ package/linux-atm/patches/400-stdint-local-instead-of-host.patch    (revision 0) -@@ -0,0 +1,15 @@ -+--- linux-atm-2.4.1/src/include/stdint.h       2001-09-03 20:41:06.000000000 +0200 -++++ linux-atm-2.4.1/src/include/stdint.h.my    2006-08-26 22:08:41.000000000 +0200 -+@@ -4,11 +4,7 @@ -+ -+ #include -+ -+-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 -+- -+-#include "/usr/include/stdint.h" -+- -+-#elif __GLIBC__ >= 2 -++#if __GLIBC__ >= 2 -+ -+ /* Works for i386 and Alpha */ -+ +--- linux-atm-2.4.1.orig/src/include/stdint.h 2007-10-20 19:19:10.194209414 +0200 ++++ linux-atm-2.4.1/src/include/stdint.h 2007-10-20 19:19:18.282670346 +0200 +@@ -6,7 +6,7 @@ + + #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 + +-#include "/usr/include/stdint.h" ++#include_next + + #elif __GLIBC__ >= 2 +