1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 17:32:25 +03:00
openwrt-xburst/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
florian 2a48ea81df Fix amd64 compilation, does not break other architectures : ppc, x86
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-20 10:41:45 +00:00

21 lines
708 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: package/linux-atm/patches/400-stdint-local-instead-of-host.patch
===================================================================
--- package/linux-atm/patches/400-stdint-local-instead-of-host.patch    (revision 0)
+++ package/linux-atm/patches/400-stdint-local-instead-of-host.patch    (revision 0)
@@ -0,0 +1,15 @@
+--- linux-atm-2.4.1/src/include/stdint.h       2001-09-03 20:41:06.000000000 +0200
++++ linux-atm-2.4.1/src/include/stdint.h.my    2006-08-26 22:08:41.000000000 +0200
+@@ -4,11 +4,7 @@
+
+ #include <features.h>
+
+-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
+-
+-#include "/usr/include/stdint.h"
+-
+-#elif __GLIBC__ >= 2
++#if __GLIBC__ >= 2
+
+ /* Works for i386 and Alpha */
+