summaryrefslogtreecommitdiff
path: root/lib/fsusage.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-03-16 14:32:26 +0000
committerJim Meyering <jim@meyering.net>1994-03-16 14:32:26 +0000
commit239d98e18d6d94ea76912c231b4c0b1f170e262d (patch)
tree5b98094296861d4e003728600fe0d3a6f304824a /lib/fsusage.c
parent3e13a5f6dcdad312efed1982b22d316096dd81d8 (diff)
downloadcoreutils-239d98e18d6d94ea76912c231b4c0b1f170e262d.tar.xz
.
Diffstat (limited to 'lib/fsusage.c')
-rw-r--r--lib/fsusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 8f3f3cd1f..858231fd5 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -104,7 +104,7 @@ get_fs_usage (path, disk, fsp)
struct statfs fsd;
if (statfs (path, &fsd, sizeof (struct statfs)) != 0)
- return (-1);
+ return -1;
#define CONVERT_BLOCKS(bnew, b) ADJUST_BLOCKS ((bnew), (b), fsd.f_fsize, 512)
#endif /* STAT_STATFS3_OSF1 */