diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 20:03:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 20:03:48 +0000 |
commit | bd4a75f6c8e3c821a45f136eb6c21e71aa1450be (patch) | |
tree | fe8cf4622b7973cae5614de2da32a6a7bd24aedb /util-linux/mkfs_minix.c | |
parent | bb245ba0c2238d6a6b19af151249cdb25afdca87 (diff) | |
download | busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.gz busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.bz2 busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.zip |
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 'util-linux/mkfs_minix.c')
-rw-r--r-- | util-linux/mkfs_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index c6ca754ca..670d03a3a 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -797,6 +797,6 @@ goodbye: | |||
797 | } | 797 | } |
798 | mark_good_blocks(); | 798 | mark_good_blocks(); |
799 | write_tables(); | 799 | write_tables(); |
800 | exit( 0); | 800 | return( 0); |
801 | 801 | ||
802 | } | 802 | } |