Use ENOSYS instead of ENOTSUP
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -318,7 +318,7 @@ _mailbox_pop_init (mailbox_t mbox) | ... | @@ -318,7 +318,7 @@ _mailbox_pop_init (mailbox_t mbox) |
318 | else | 318 | else |
319 | { | 319 | { |
320 | authority_destroy (&mbox->authority, mbox); | 320 | authority_destroy (&mbox->authority, mbox); |
321 | return ENOTSUP; | 321 | return ENOSYS; |
322 | } | 322 | } |
323 | 323 | ||
324 | /* Allocate specifics for pop data. */ | 324 | /* Allocate specifics for pop data. */ | ... | ... |
-
Please register or sign in to post a comment