summaryrefslogtreecommitdiff
blob: d423b70446f2ea5ce16c0d7c8cef62485fbca359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux-2.6.16/include/asm-powerpc/types.h	2006-04-18 16:43:24.000000000 +0100
+++ linux-2.6.16-gentoo/include/asm-powerpc/types.h	2006-04-19 22:58:27.000000000 +0100
@@ -16,6 +16,10 @@
  * 2 of the License, or (at your option) any later version.
  */
 
+#ifdef umode_t /* Fix userspace definitions... */
+#undef umode_t
+#endif
+
 #ifdef __powerpc64__
 typedef unsigned int umode_t;
 #else