Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / loadkmap.c
index 99efc510179a1dfa9d8641b2370955e1cb350899..905741467cc33e7371ceb8dffdcc7736b8eec7e3 100644 (file)
@@ -94,5 +94,5 @@ int loadkmap_main(int argc, char **argv)
        /* Don't bother to close files.  Exit does that 
         * automagically, so we can save a few bytes */
        /* close(fd); */
-       exit(TRUE);
+       return(TRUE);
 }