summaryrefslogtreecommitdiffstats
path: root/openwrt/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
blob: 7c1e8c14f465c8c87854b8ca51120a2f1d9a18eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur linux-atm.old/src/include/stdint.h linux-atm.dev/src/include/stdint.h
--- linux-atm.old/src/include/stdint.h	2001-09-03 20:41:06.000000000 +0200
+++ linux-atm.dev/src/include/stdint.h	2006-09-27 19:13:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
 
-#include "/usr/include/stdint.h"
+#include_next <stdint.h>
 
 #elif __GLIBC__ >= 2