Commit 6e19aa1e 6e19aa1e54e0fc5c3efa141677091b2326143933 by Sergey Poznyakoff

Use ENOSYS instead of ENOTSUP

1 parent d4c9a959
......@@ -318,7 +318,7 @@ _mailbox_pop_init (mailbox_t mbox)
else
{
authority_destroy (&mbox->authority, mbox);
return ENOTSUP;
return ENOSYS;
}
/* Allocate specifics for pop data. */
......