Changes for dlibs 1.2 by Michael Vishchers (michaelV%owl.ls5@unido.uucp)
========================================================================

1)	Bug in lmemcpy.s:
	3 bombs if only one of the operands was odd aligned

	inserted a slow, but working byte copy loop for this case


2)	Bug in perror.c:
	2 bombs, fgets was called without 2nd argument

	inserted 2nd argument

