Add new apps md5sum uudecode uuencode, fix some minor formatting things.

-Erik
This commit is contained in:
Eric Andersen
2000-06-13 06:54:53 +00:00
parent 053b1462b7
commit 2b6ab3cbf8
16 changed files with 3318 additions and 10 deletions

1
df.c
View File

@ -51,7 +51,6 @@ static int df(char *device, const char *mountPoint)
blocks_used = s.f_blocks - s.f_bfree;
blocks_percent_used = (long)
(blocks_used * 100.0 / (blocks_used + s.f_bavail) + 0.5);
/* Note that if /etc/fstab is missing, libc can't fix up /dev/root for us */
if (strcmp(device, "/dev/root") == 0) {
/* Adjusts device to be the real root device,
* or leaves device alone if it can't find it */