fix stdint include patch
SVN-Revision: 4868
This commit is contained in:
parent
49abfada1f
commit
a74bc9bd1f
1 changed files with 12 additions and 20 deletions
|
@ -1,20 +1,12 @@
|
||||||
Index: package/linux-atm/patches/400-stdint-local-instead-of-host.patch
|
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
|
||||||
--- package/linux-atm/patches/400-stdint-local-instead-of-host.patch (revision 0)
|
+++ linux-atm.dev/src/include/stdint.h 2006-09-27 19:13:56.000000000 +0200
|
||||||
+++ package/linux-atm/patches/400-stdint-local-instead-of-host.patch (revision 0)
|
@@ -6,7 +6,7 @@
|
||||||
@@ -0,0 +1,15 @@
|
|
||||||
+--- linux-atm-2.4.1/src/include/stdint.h 2001-09-03 20:41:06.000000000 +0200
|
#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
|
||||||
++++ linux-atm-2.4.1/src/include/stdint.h.my 2006-08-26 22:08:41.000000000 +0200
|
|
||||||
+@@ -4,11 +4,7 @@
|
-#include "/usr/include/stdint.h"
|
||||||
+
|
+#include_next <stdint.h>
|
||||||
+ #include <features.h>
|
|
||||||
+
|
#elif __GLIBC__ >= 2
|
||||||
+-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
|
|
||||||
+-
|
|
||||||
+-#include "/usr/include/stdint.h"
|
|
||||||
+-
|
|
||||||
+-#elif __GLIBC__ >= 2
|
|
||||||
++#if __GLIBC__ >= 2
|
|
||||||
+
|
|
||||||
+ /* Works for i386 and Alpha */
|
|
||||||
+
|
|
||||||
|
|
Loading…
Reference in a new issue