+ in the interest of robustness, I added
[oweals/busybox.git] / loadkmap.c
index aa4f6bbc8667423105b4f7410d0a92c320c80464..fe533d5221f2f6642407f68a790543e039c41cac 100644 (file)
@@ -87,6 +87,8 @@ int loadkmap_main(int argc, char **argv)
                        }
                }
        }
-       close(fd);
+       /* Don't bother to close files.  Exit does that 
+        * automagically, so we can save a few bytes */
+       /* close(fd); */
        return 0;
 }