aboutsummaryrefslogtreecommitdiff
path: root/trans/new-fifo.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-09-06 01:10:54 +0000
committerRoland McGrath <roland@gnu.org>2003-09-06 01:10:54 +0000
commit1b1d42cd03fb9a1591fe378df61ff3d92cac9fff (patch)
tree0ac2b3099f94fcdcd72e56846283ed971ca2f421 /trans/new-fifo.c
parent57dee4dc04604ac393d305ebec4c0f449b0fcdaa (diff)
downloadhurd-1b1d42cd03fb9a1591fe378df61ff3d92cac9fff.tar.gz
hurd-1b1d42cd03fb9a1591fe378df61ff3d92cac9fff.tar.bz2
hurd-1b1d42cd03fb9a1591fe378df61ff3d92cac9fff.zip
2003-09-05 Greg Buchholz <greg@sleepingsquirrel.org>
* fifo.c, new-fifo.c, null.c (trivfs_S_io_map): Change return value to EOPNOTSUPP (was EINVAL).
Diffstat (limited to 'trans/new-fifo.c')
-rw-r--r--trans/new-fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c
index 85b1c55e..5306deed 100644
--- a/trans/new-fifo.c
+++ b/trans/new-fifo.c
@@ -509,7 +509,7 @@ trivfs_S_io_map (struct trivfs_protid *cred,
memory_object_t *wrobj,
mach_msg_type_name_t *wrtype)
{
- return EINVAL;
+ return EOPNOTSUPP;
}
/* ---------------------------------------------------------------- */