Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
17d02421
Commit
17d02421
authored
Jul 22, 2004
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BeOS doesn't know about PF_INET
parent
9cb381a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
modules/misc/network/ipv4.c
modules/misc/network/ipv4.c
+3
-0
src/misc/httpd.c
src/misc/httpd.c
+4
-0
No files found.
modules/misc/network/ipv4.c
View file @
17d02421
...
@@ -73,6 +73,9 @@
...
@@ -73,6 +73,9 @@
#ifndef IN_MULTICAST
#ifndef IN_MULTICAST
# define IN_MULTICAST(a) IN_CLASSD(a)
# define IN_MULTICAST(a) IN_CLASSD(a)
#endif
#endif
#ifndef PF_INET
# define PF_INET AF_INET
/* BeOS */
#endif
/*****************************************************************************
/*****************************************************************************
...
...
src/misc/httpd.c
View file @
17d02421
...
@@ -53,6 +53,10 @@
...
@@ -53,6 +53,10 @@
static
const
struct
in6_addr
in6addr_any
=
{{
IN6ADDR_ANY_INIT
}};
static
const
struct
in6_addr
in6addr_any
=
{{
IN6ADDR_ANY_INIT
}};
#endif
#endif
#ifndef PF_INET
# define PF_INET AF_INET
/* BeOS */
#endif
#if 0
#if 0
typedef struct httpd_t httpd_t;
typedef struct httpd_t httpd_t;
...
...
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