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
1a6af882
...
1a6af8826202e071e09e3d87e266c7370e37390d
authored
2001-11-11 17:04:41 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* lib/mu_dbm.c: Add <errno.h>.
Remove trailing spaces.
1 parent
feb11247
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
ChangeLog
lib/mu_dbm.c
mailbox/mbx_pop.c
ChangeLog
View file @
1a6af88
2001-11-11 Alain Magloire
* lib/mu_dbm.c: Add <errno.h>.
Remove trailing spaces.
2001-11-11 Sergey Poznyakoff
* lib/mu_dbm.c: (new) These functions provide an
...
...
lib/mu_dbm.c
View file @
1a6af88
...
...
@@ -29,6 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <errno.h>
#include <mu_dbm.h>
int
...
...
mailbox/mbx_pop.c
View file @
1a6af88
...
...
@@ -492,7 +492,6 @@ pop_open (mailbox_t mbox, int flags)
{
pop_data_t
mpd
=
mbox
->
data
;
int
status
;
void
*
func
=
(
void
*
)
pop_open
;
char
*
host
;
size_t
hostlen
=
0
;
long
port
=
110
;
...
...
Please
register
or
sign in
to post a comment