commit | bd4a75f6c8e3c821a45f136eb6c21e71aa1450be | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 20:03:48 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 20:03:48 2000 +0000 |
tree | fe8cf4622b7973cae5614de2da32a6a7bd24aedb | |
parent | bb245ba0c2238d6a6b19af151249cdb25afdca87 [diff] [blame] |
Finish off the libc5 porting effort. Everything now works with libc5 except for md5sum, which uses the GNU libc addition getline(). -Erik
diff --git a/mkfs_minix.c b/mkfs_minix.c index c6ca754..670d03a 100644 --- a/mkfs_minix.c +++ b/mkfs_minix.c
@@ -797,6 +797,6 @@ } mark_good_blocks(); write_tables(); - exit( 0); + return( 0); }