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
b4795611
...
b47956117543323ba407fd06a82f086a9f27dbbe
authored
2002-08-25 12:44:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_tcp_open): Changed type of "namelen" to socklen_t
1 parent
a8a6ac0d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/tcp.c
mailbox/tcp.c
View file @
b479561
...
...
@@ -74,7 +74,7 @@ _tcp_open (stream_t stream)
{
struct
_tcp_instance
*
tcp
=
stream_get_owner
(
stream
);
int
flgs
,
ret
;
s
ize
_t
namelen
;
s
ocklen
_t
namelen
;
struct
sockaddr_in
peer_addr
;
struct
hostent
*
phe
;
struct
sockaddr_in
soc_addr
;
...
...
Please
register
or
sign in
to post a comment