From 39a50cb67c566b60a4722d743e3cce8017b4c985 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 20:34:20 +0000 Subject: Formerly io-readable.c.~2~ --- libdiskfs/io-readable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdiskfs/io-readable.c b/libdiskfs/io-readable.c index 481b5b67..5bf8c0d7 100644 --- a/libdiskfs/io-readable.c +++ b/libdiskfs/io-readable.c @@ -16,6 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "io_S.h" /* Implement io_readable as described in . */ error_t @@ -34,7 +35,7 @@ diskfs_S_io_readable (struct protid *cred, np = cred->po->np; mutex_lock (&np->lock); - err = ioserver_get_conch (&np->i_conch); + err = ioserver_get_conch (&np->conch); if (!err) *amount = np->dn_stat.st_size - cred->po->filepointer; -- cgit v1.2.3