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
097b76d9
Commit
097b76d9
authored
Mar 11, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modules/misc/network/ipv4.c: BeOS compile fix
parent
6dc1538e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/misc/network/ipv4.c
modules/misc/network/ipv4.c
+4
-2
No files found.
modules/misc/network/ipv4.c
View file @
097b76d9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* ipv4.c: IPv4 network abstraction layer
* ipv4.c: IPv4 network abstraction layer
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* Copyright (C) 2001, 2002 VideoLAN
* $Id: ipv4.c,v 1.1
5 2003/03/03 14:21:08 gbazin
Exp $
* $Id: ipv4.c,v 1.1
6 2003/03/11 13:52:25 titer
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Mathias Kretschmer <mathias@research.att.com>
* Mathias Kretschmer <mathias@research.att.com>
...
@@ -338,7 +338,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
...
@@ -338,7 +338,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
return
(
-
1
);
return
(
-
1
);
}
}
}
}
#endif
/* UNDER_CE */
#endif
/* UNDER_CE
, SYS_BEOS
*/
if
(
*
psz_server_addr
)
if
(
*
psz_server_addr
)
{
{
...
@@ -371,6 +371,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
...
@@ -371,6 +371,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
return
(
-
1
);
return
(
-
1
);
}
}
#if !defined( UNDER_CE ) && !defined( SYS_BEOS )
#ifndef WIN32
#ifndef WIN32
if
(
IN_MULTICAST
(
ntohl
(
sock
.
sin_addr
.
s_addr
)
)
)
if
(
IN_MULTICAST
(
ntohl
(
sock
.
sin_addr
.
s_addr
)
)
)
#else
#else
...
@@ -399,6 +400,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
...
@@ -399,6 +400,7 @@ static int OpenUDP( vlc_object_t * p_this, network_socket_t * p_socket )
return
(
-
1
);
return
(
-
1
);
}
}
}
}
#endif
/* UNDER_CE, SYS_BEOS */
}
}
p_socket
->
i_handle
=
i_handle
;
p_socket
->
i_handle
=
i_handle
;
...
...
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