refresh all package patches in the buildroot using quilt
[openwrt/svn-archive/archive.git] / package / linux-atm / patches / 400-stdint_local_instead_of_host.patch
1 Index: linux-atm-2.4.1/src/include/stdint.h
2 ===================================================================
3 --- linux-atm-2.4.1.orig/src/include/stdint.h 2007-06-04 13:23:53.658576552 +0200
4 +++ linux-atm-2.4.1/src/include/stdint.h 2007-06-04 13:23:56.839093040 +0200
5 @@ -6,7 +6,7 @@
6
7 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
8
9 -#include "/usr/include/stdint.h"
10 +#include_next <stdint.h>
11
12 #elif __GLIBC__ >= 2
13