Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
7d20c443
Commit
7d20c443
authored
Oct 30, 2019
by
Libretro-Admin
Browse files
Don't provide in_addr implementation
parent
9f9da5fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/net_udp.c
View file @
7d20c443
...
...
@@ -53,12 +53,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define INADDR_LOOPBACK 0x7f000001
#endif
#ifndef in_addr
struct
in_addr
{
unsigned
long
s_addr
;
// load with inet_aton()
};
#endif
/* socket for fielding new connections */
static
int
net_acceptsocket
=
-
1
;
static
int
net_controlsocket
;
...
...
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