finally move buildroot-ng to trunk
[openwrt/staging/mkresin.git] / package / linux-atm / patches / 400-stdint_local_instead_of_host.patch
1 diff -ur linux-atm.old/src/include/stdint.h linux-atm.dev/src/include/stdint.h
2 --- linux-atm.old/src/include/stdint.h 2001-09-03 20:41:06.000000000 +0200
3 +++ linux-atm.dev/src/include/stdint.h 2006-09-27 19:13:56.000000000 +0200
4 @@ -6,7 +6,7 @@
5
6 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
7
8 -#include "/usr/include/stdint.h"
9 +#include_next <stdint.h>
10
11 #elif __GLIBC__ >= 2
12