Fixes to get apps/examples/udgram building again.
This commit is contained in:
parent
ae1eeada8a
commit
47aed25836
@ -64,6 +64,8 @@
|
||||
# define PF_INETX PF_INET
|
||||
#elif defined(CONFIG_NET_IPv6)
|
||||
# define PF_INETX PF_INET6
|
||||
#elif defined(CONFIG_NET_LOCAL)
|
||||
# define PF_INETX PF_LOCAL
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -63,6 +63,8 @@
|
||||
# define PF_INETX PF_INET
|
||||
#elif defined(CONFIG_NET_IPv6)
|
||||
# define PF_INETX PF_INET6
|
||||
#elif defined(CONFIG_NET_LOCAL)
|
||||
# define PF_INETX PF_LOCAL
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user