Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6e19aa1e
...
6e19aa1e54e0fc5c3efa141677091b2326143933
authored
2001-10-08 09:36:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use ENOSYS instead of ENOTSUP
1 parent
d4c9a959
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mbx_pop.c
mailbox/mbx_pop.c
View file @
6e19aa1
...
...
@@ -318,7 +318,7 @@ _mailbox_pop_init (mailbox_t mbox)
else
{
authority_destroy
(
&
mbox
->
authority
,
mbox
);
return
ENO
TSUP
;
return
ENO
SYS
;
}
/* Allocate specifics for pop data. */
...
...
Please
register
or
sign in
to post a comment