Updates to a number of apps to remove warnings/compile errors under libc5.
Tested under both libc5 and libc6 and all seems well with these fixes.
 -Erik
diff --git a/loadkmap.c b/loadkmap.c
index 99efc51..9057414 100644
--- a/loadkmap.c
+++ b/loadkmap.c
@@ -94,5 +94,5 @@
 	/* Don't bother to close files.  Exit does that 
 	 * automagically, so we can save a few bytes */
 	/* close(fd); */
-	exit(TRUE);
+	return(TRUE);
 }