From 1b1d42cd03fb9a1591fe378df61ff3d92cac9fff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 6 Sep 2003 01:10:54 +0000 Subject: 2003-09-05 Greg Buchholz * fifo.c, new-fifo.c, null.c (trivfs_S_io_map): Change return value to EOPNOTSUPP (was EINVAL). --- trans/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/fifo.c') diff --git a/trans/fifo.c b/trans/fifo.c index 6c06fad9..39043acd 100644 --- a/trans/fifo.c +++ b/trans/fifo.c @@ -324,7 +324,7 @@ trivfs_S_io_map (struct trivfs_protid *cred, memory_object_t *wrobj, mach_msg_type_name_t *wrtype) { - return EINVAL; + return EOPNOTSUPP; } /* ---------------------------------------------------------------- */ -- cgit v1.2.3