summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 21:15:07 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 21:15:07 +0000
commit1a1125c78e9217995621d2d848229e2dec2a2456 (patch)
tree8042c8519279be013cee5bf454c1f8f0c90dd223
parent81aaa246442ce7eebee731fb793bd41266ce6874 (diff)
(netfs_attempt_statfs): Use struct statfs, not old deprecated
structure.
-rw-r--r--libnetfs/netfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index d67e2206..91b23b8f 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -148,7 +148,7 @@ error_t netfs_attempt_set_size (struct netcred *cred, struct node *np,
filesystem status information for the remote filesystem, for the
user CRED. */
error_t netfs_attempt_statfs (struct netcred *cred, struct node *np,
- struct fsys_statfsbuf *st);
+ struct statfs *st);
/* The user must define this function. This should sync the file NP
completely to disk, for the user CRED. If WAIT is set, return