2.1.115-4 and SPARC64

Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Wed, 05 Aug 1998 20:34:22 -0500


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