summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:24:45 +0000
commitbc28030a7b07c529f43fe6fd7d44485c26b02560 (patch)
treefbea22fa61208c94bca681f5adb34a89c9ab05c8 /libtrivfs
parent2a64b2ee26abf19559bb34f5313f412b093b3be1 (diff)
Formerly file-statfs.c.~2~
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/file-statfs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/file-statfs.c b/libtrivfs/file-statfs.c
index b781cf4c..2a2cb8aa 100644
--- a/libtrivfs/file-statfs.c
+++ b/libtrivfs/file-statfs.c
@@ -16,9 +16,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include "fs_S.h"
+#include <string.h>
error_t
-diskfs_S_file_statfs (struct protid *cred,
+diskfs_S_file_statfs (struct trivfs_protid *cred,
struct fsys_statfsbuf *stb)
{
bzero (stb, sizeof (struct fsys_statfsbuf));