Commit ae754a43 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Revert "Fix missing declaration (supposedly crash on amd64)"

This reverts commit 1d80eeb8.
Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
parent c3f9f69f
......@@ -74,8 +74,6 @@
# define SOL_DCCP 269
#endif
#include "libvlc.h" /* vlc_object_waitpipe */
extern int rootwrap_bind (int family, int socktype, int protocol,
const struct sockaddr *addr, size_t alen);
......
......@@ -58,8 +58,6 @@
# define ETIMEDOUT WSAETIMEDOUT
#endif
#include "libvlc.h" /* vlc_object_waitpipe */
static int SocksNegotiate( vlc_object_t *, int fd, int i_socks_version,
const char *psz_user, const char *psz_passwd );
static int SocksHandshakeTCP( vlc_object_t *,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment