Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
fd8f4e26
Commit
fd8f4e26
authored
Jul 11, 2005
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
parent
3785eb21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
modules/access/directory.c
modules/access/directory.c
+1
-1
src/misc/getaddrinfo.c
src/misc/getaddrinfo.c
+5
-1
No files found.
modules/access/directory.c
View file @
fd8f4e26
...
@@ -362,7 +362,7 @@ static int DemuxControl( demux_t *p_demux, int i_query, va_list args )
...
@@ -362,7 +362,7 @@ static int DemuxControl( demux_t *p_demux, int i_query, va_list args )
return
demux2_vaControlHelper
(
p_demux
->
s
,
0
,
0
,
0
,
1
,
i_query
,
args
);
return
demux2_vaControlHelper
(
p_demux
->
s
,
0
,
0
,
0
,
1
,
i_query
,
args
);
}
}
#if defined(SYS_BEOS) || defined(WIN32)
#if defined(SYS_BEOS) || defined(WIN32)
|| defined(SYS_SOLARIS)
/* BeOS doesn't have scandir/alphasort/versionsort */
/* BeOS doesn't have scandir/alphasort/versionsort */
static
int
alphasort
(
const
struct
dirent
**
a
,
const
struct
dirent
**
b
)
static
int
alphasort
(
const
struct
dirent
**
a
,
const
struct
dirent
**
b
)
{
{
...
...
src/misc/getaddrinfo.c
View file @
fd8f4e26
...
@@ -57,9 +57,13 @@
...
@@ -57,9 +57,13 @@
#include "network.h"
#include "network.h"
#if
def SYS_BEO
S
#if
ndef NO_ADDRES
S
# define NO_ADDRESS NO_DATA
# define NO_ADDRESS NO_DATA
#endif
#ifndef INADDR_NONE
# define INADDR_NONE 0xFFFFFFFF
# define INADDR_NONE 0xFFFFFFFF
#endif
#ifndef AF_UNSPEC
# define AF_UNSPEC 0
# define AF_UNSPEC 0
#endif
#endif
...
...
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