From 14310193181fa11a33617566aee395e8cf6f8bd7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 20:34:35 +0000 Subject: Formerly io-get-conch.c.~2~ --- libdiskfs/io-get-conch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c index 68558952..fad1e16b 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-conch.c @@ -16,6 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "io_S.h" /* Implement io_get_conch as described in . */ error_t @@ -37,8 +38,8 @@ S_io_get_conch (struct protid *cred) return EINVAL; } - error = ioserver_handle_io_get_conch (&np->conch, cred, cred->mapped); + ioserver_handle_io_get_conch (&np->conch, cred, cred->mapped); mutex_unlock (&np->lock); - return error; + return 0; } -- cgit v1.2.3