aboutsummaryrefslogtreecommitdiff
path: root/mkfs_minix.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-19 20:03:48 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-19 20:03:48 +0000
commitbd4a75f6c8e3c821a45f136eb6c21e71aa1450be (patch)
treefe8cf4622b7973cae5614de2da32a6a7bd24aedb /mkfs_minix.c
parentbb245ba0c2238d6a6b19af151249cdb25afdca87 (diff)
downloadbusybox-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.gz
Finish off the libc5 porting effort. Everything now works with libc5
except for md5sum, which uses the GNU libc addition getline(). -Erik
Diffstat (limited to 'mkfs_minix.c')
-rw-r--r--mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs_minix.c b/mkfs_minix.c
index c6ca754ca..670d03a3a 100644
--- a/mkfs_minix.c
+++ b/mkfs_minix.c
@@ -797,6 +797,6 @@ goodbye:
}
mark_good_blocks();
write_tables();
- exit( 0);
+ return( 0);
}