Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8ead43aa
Commit
8ead43aa
authored
Mar 12, 2011
by
KO Myung-Hun
Committed by
ivoire
Apr 03, 2011
Browse files
Define if_nametoindex() for OS/2
Signed-off-by:
Rémi Duraffort
<
ivoire@videolan.org
>
parent
397919b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/udp.c
View file @
8ead43aa
...
...
@@ -53,6 +53,10 @@
# endif
#endif
#ifdef __OS2__
# define if_nametoindex( str ) atoi( str )
#endif
#ifdef HAVE_LINUX_DCCP_H
# include <linux/dccp.h>
# ifndef SOCK_DCCP
/* provisional API */
...
...
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