From eea61780133ff976ef601b9282a8eb9ccc77b55b Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 13 Jun 2000 06:54:53 +0000 Subject: Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik git-svn-id: svn://busybox.net/trunk/busybox@640 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- df.c | 1 - 1 file changed, 1 deletion(-) (limited to 'df.c') diff --git a/df.c b/df.c index 417065943..07e61d87d 100644 --- a/df.c +++ b/df.c @@ -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 */ -- cgit v1.2.3-55-g6feb