diff options
-rw-r--r-- | libnetfs/file-statfs.c | 4 |
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; |