From 6bdb49188479ac72fc566cef7eeb12d50602a9ec Mon Sep 17 00:00:00 2001 From: ctult Date: Fri, 25 Dec 2015 00:09:02 -0700 Subject: [PATCH] warning --- netplay/netplay.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netplay/netplay.c b/netplay/netplay.c index 935aaa39e4..efeb02ee5e 100644 --- a/netplay/netplay.c +++ b/netplay/netplay.c @@ -1140,7 +1140,13 @@ bool netplay_driver_ctl(enum rarch_netplay_ctl_state state, void *data) return false; } - +/* /!\ + netplay.c does something naughty and undefines + sockaddr_storage and addrinfo. This is disastrous + for griffin builds. + + TODO: put this somewhere safer. + */ #ifdef HAVE_SOCKET_LEGACY #undef sockaddr_storage