From 3e9721643367086d360220282905019000ef28e9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 20:34:15 +0000 Subject: Formerly io-select.c.~2~ --- libdiskfs/io-select.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdiskfs/io-select.c') diff --git a/libdiskfs/io-select.c b/libdiskfs/io-select.c index 62c0a280..265f8774 100644 --- a/libdiskfs/io-select.c +++ b/libdiskfs/io-select.c @@ -16,6 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "io_S.h" /* Implement io_select as described in . */ error_t @@ -29,6 +30,7 @@ diskfs_S_io_select (struct protid *cred, return EOPNOTSUPP; /* Select is always possible */ + /* XXX should check open modes. */ mach_port_deallocate (mach_task_self (), port); *possible = type; return 0; -- cgit v1.2.3