My latest ramblings.
 -Erik
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index aa4f6bb..fe533d5 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -87,6 +87,8 @@
 			}
 		}
 	}
-	close(fd);
+	/* Don't bother to close files.  Exit does that 
+	 * automagically, so we can save a few bytes */
+	/* close(fd); */
 	return 0;
 }