1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 10:41:29 +03:00
openwrt-xburst/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
nbd a6cb7e0b3c fix stdint include patch
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-27 17:18:56 +00:00

13 lines
379 B
Diff

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