lkml.org 
[lkml]   [1998]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject2.1.115-4 and SPARC64
Date
From
This gem won't work whenever we get gcc-3.0...

diff -u --recursive --new-file v2.1.114/linux/include/asm-sparc64/posix_types.h linux/include/asm-sparc64/posix_types.h
--- v2.1.114/linux/include/asm-sparc64/posix_types.h Mon Jan 12 15:15:58 1998
+++ linux/include/asm-sparc64/posix_types.h Tue Aug 4 16:03:35 1998
@@ -7,7 +7,11 @@
* assume GCC is being used.
*/

+#if __GNUC_MINOR__ > 7
+typedef unsigned long int __kernel_size_t;
+#else
typedef unsigned long long __kernel_size_t;
+#endif
--
Horst von Brand vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viña del Mar, Chile +56 32 672616

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html
\
 
 \ /
  Last update: 2005-03-22 13:43    [from the cache]
©2003-2011 Jasper Spaans