summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 22:04:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 22:04:53 +0000
commit0ced47a7eb8769fb126ca33830ae44f20d0a500e (patch)
tree545527b2d0429db1c977e0227de7b4ba6372b131
parent668e06a30834047a937313a755e6fb012088fbfa (diff)
(netfs_S_file_statfs): Use new struct statfs.
-rw-r--r--libnetfs/file-statfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetfs/file-statfs.c b/libnetfs/file-statfs.c
index 40ac1a6b..52e95272 100644
--- a/libnetfs/file-statfs.c
+++ b/libnetfs/file-statfs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -23,7 +23,7 @@
error_t
netfs_S_file_statfs (struct protid *user,
- struct fsys_statfsbuf *st)
+ struct statfs *st)
{
error_t err;