Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
eb8d4519
Commit
eb8d4519
authored
Jan 06, 2001
by
Benoit Steiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compilation pb under solaris 2.6
parent
eed018b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/misc/netutils.c
src/misc/netutils.c
+1
-1
No files found.
src/misc/netutils.c
View file @
eb8d4519
...
...
@@ -83,7 +83,7 @@ int BuildInetAddr( struct sockaddr_in *p_sa_in, char *psz_in_addr, int i_port )
}
/* Try to convert address directly from in_addr - this will work if
* psz_in_addr is dotted decimal. */
#if defined HAVE_ARPA_INET_H && !defined SYS_SOLARIS
#if defined HAVE_ARPA_INET_H && !defined SYS_SOLARIS
2_6
else
if
(
!
inet_aton
(
psz_in_addr
,
&
p_sa_in
->
sin_addr
)
)
#else
else
if
(
(
p_sa_in
->
sin_addr
.
s_addr
=
inet_addr
(
psz_in_addr
))
==
-
1
)
...
...
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