diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:03:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:03:03 +0000 |
commit | c5e504569c61996db7d0ba6562702a16118deeb3 (patch) | |
tree | ac9f9ad1dd1a2398819a1025c6415422b88fa630 /libtrivfs/file-statfs.c | |
parent | 821181cc0e898f26b58289164fec9a5ab5d7b830 (diff) | |
download | hurd-c5e504569c61996db7d0ba6562702a16118deeb3.tar.gz hurd-c5e504569c61996db7d0ba6562702a16118deeb3.tar.bz2 hurd-c5e504569c61996db7d0ba6562702a16118deeb3.zip |
entered into RCS
Diffstat (limited to 'libtrivfs/file-statfs.c')
-rw-r--r-- | libtrivfs/file-statfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-statfs.c b/libtrivfs/file-statfs.c index d3b08028..6385b7f7 100644 --- a/libtrivfs/file-statfs.c +++ b/libtrivfs/file-statfs.c @@ -20,7 +20,7 @@ #include <string.h> kern_return_t -diskfs_S_file_statfs (struct trivfs_protid *cred, +trivfs_S_file_statfs (struct trivfs_protid *cred, struct fsys_statfsbuf *stb) { bzero (stb, sizeof (struct fsys_statfsbuf)); |