Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scorpio
external_rsync
Commits
876f9a3f
Commit
876f9a3f
authored
11 years ago
by
Ricardo Cerqueira
Browse files
Options
Download
Email Patches
Plain Diff
Fix build with 4.3's bionic
Change-Id: I09ca525c26571d8dd492339a6763f012783531ef
parent
0c1c581e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/inet_ntop.c
lib/inet_ntop.c
+1
-1
No files found.
lib/inet_ntop.c
View file @
876f9a3f
...
...
@@ -43,7 +43,7 @@ static const char *inet_ntop6(const unsigned char *src, char *dst,
* Paul Vixie, 1996.
*/
const
char
*
inet_ntop
(
int
af
,
const
void
*
src
,
char
*
dst
,
s
ize
_t
size
)
inet_ntop
(
int
af
,
const
void
*
src
,
char
*
dst
,
s
ocklen
_t
size
)
{
switch
(
af
)
{
case
AF_INET
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment