diff options
| author | Jim Meyering <jim@meyering.net> | 1998-12-07 03:12:10 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-12-07 03:12:10 +0000 |
| commit | 7d60769bead4b89a096e10bacbb503702ea6e44c (patch) | |
| tree | c03ba9bef1c0339b2f4cbe993acff983cddb2146 /lib/fsusage.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-7d60769bead4b89a096e10bacbb503702ea6e44c.tar.gz coreutils-7d60769bead4b89a096e10bacbb503702ea6e44c.zip | |
ansideclify
Diffstat (limited to 'lib/fsusage.c')
| -rw-r--r-- | lib/fsusage.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c index 1853d67f3..65d63bcc1 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -101,10 +101,7 @@ int safe_read (); ERRNO is either a system error value, or zero if DISK is NULL on a system that requires a non-NULL value. */ int -get_fs_usage (path, disk, fsp) - const char *path; - const char *disk; - struct fs_usage *fsp; +get_fs_usage (const char *path, const char *disk, struct fs_usage *fsp) { #ifdef STAT_STATFS3_OSF1 @@ -262,9 +259,7 @@ get_fs_usage (path, disk, fsp) /* AIX PS/2 does not supply statfs. */ int -statfs (path, fsb) - char *path; - struct statfs *fsb; +statfs (char *path, struct statfs *fsb) { struct stat stats; struct dustat fsd; |
