From 0ced47a7eb8769fb126ca33830ae44f20d0a500e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 22:04:53 +0000 Subject: (netfs_S_file_statfs): Use new struct statfs. --- libnetfs/file-statfs.c | 4 ++-- 1 file 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; -- cgit v1.2.3