From 1a1125c78e9217995621d2d848229e2dec2a2456 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 21:15:07 +0000 Subject: (netfs_attempt_statfs): Use struct statfs, not old deprecated structure. --- libnetfs/netfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3