sockets: convert _HAVE_SA_LEN to lwip style

This commit is contained in:
Simon Goldschmidt
2019-08-01 21:04:06 +02:00
parent f126750ccd
commit 602a66fe58
2 changed files with 6 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ extern "C" {
#endif
/* sockaddr and pals include length fields */
#define _HAVE_SA_LEN 1
#define LWIP_SOCKET_HAVE_SA_LEN 1
/* If your port already typedef's sa_family_t, define SA_FAMILY_T_DEFINED
to prevent this code from redefining it. */