1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

fix uclibc compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5734 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-12-09 10:38:11 +00:00
parent dcf6bd1f3a
commit 1e0a5cc251

View File

@@ -23,7 +23,7 @@ Update 2005-05-05 gotom, add __extension__ for linux/types.h.
#endif #endif
--- linux.old/include/linux/types.h 2006-06-05 13:18:23.000000000 -0400 --- linux.old/include/linux/types.h 2006-06-05 13:18:23.000000000 -0400
+++ linux.dev/include/linux/types.h 2006-06-10 00:16:51.962628154 -0400 +++ linux.dev/include/linux/types.h 2006-06-10 00:16:51.962628154 -0400
@@ -1,6 +1,16 @@ @@ -1,6 +1,14 @@
#ifndef _LINUX_TYPES_H #ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H #define _LINUX_TYPES_H
@@ -33,8 +33,6 @@ Update 2005-05-05 gotom, add __extension__ for linux/types.h.
+/* For other kernel headers. */ +/* For other kernel headers. */
+# include <linux/posix_types.h> +# include <linux/posix_types.h>
+# include <asm/types.h> +# include <asm/types.h>
+/* For util-linux / cryptoloop. How lame. */
+typedef __u32 __kernel_dev_t;
+#else +#else
+ +
#ifdef __KERNEL__ #ifdef __KERNEL__