Tinny Patch - 1

Marcin Dalecki (dalecki@sub994.sub.uni-goettingen.de)
Thu, 25 Sep 1997 12:38:03 +0200 (MET DST)


This SHOULDN'T BE APPLYED. Please follow the advice found in the command
and remove the NOWHERE ANYMORE used implementation of bcopy from
the corresponding file.

Many thank's in advance!

PS. I allways liked Linux for it's generall good code quality. Please help
in assuring that it won't go ballistic with time due to the entropy rule :-).

=========================START PATCH======================================
diff -ur linux-2.1.56/include/asm-i386/string.h /usr/src/linux/include/asm-i386/string.h
--- linux-2.1.56/include/asm-i386/string.h Thu Aug 28 03:32:47 1997
+++ /usr/src/linux/include/asm-i386/string.h Fri Sep 5 14:18:07 1997
@@ -633,4 +633,17 @@
}

#endif
+
+/*
+ * Sat Aug 23 20:43:57 MET DST 1997 Marcin Dalecki:
+ *
+ * This will fake the lib/string.c to NOT declare bcopy.
+ * It's not used anywhere in the kernel on this architecture anymore,
+ * since the currently required GCC isn't that broken anymore :-).
+ *
+ * Perhaps somebody with more authority then me could make it possible
+ * to remove it entierly...
+ */
+#define __HAVE_ARCH_BCOPY
+
#endif
==========================END OF PATCH====================================

Marcin