Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / mkswap.c
index 7d76916f03be073d2bc8deb9d379963fb84c7ff3..fc37368f43d7ae872c5f955b41668353a7339519 100644 (file)
--- a/mkswap.c
+++ b/mkswap.c
@@ -469,5 +469,5 @@ the -f option to force it.\n", program_name, device_name);
         */
        if (fsync(DEV))
                die("fsync failed");
-       exit(TRUE);
+       return(TRUE);
 }