diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-13 20:51:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-13 20:51:49 +0000 |
commit | f52d66ff00b24111f87c274d3d7085ef2e1d27b1 (patch) | |
tree | d993cf48b4d89166701fe2f33976389d7634235d /package/linux-atm/patches/400-stdint_local_instead_of_host.patch | |
parent | 725611a466f2edf12f809d22339b22223af4afe7 (diff) | |
parent | 0c0df9eb082d5ff83d0f22f6e00bf580729fb49d (diff) |
finally move buildroot-ng to trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/patches/400-stdint_local_instead_of_host.patch')
-rw-r--r-- | package/linux-atm/patches/400-stdint_local_instead_of_host.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 new file mode 100644 index 000000000..7c1e8c14f --- /dev/null +++ b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch @@ -0,0 +1,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 + |