Socket I/F: Cleanup for good CONFIG_NET_PKT build.

This commit is contained in:
Gregory Nutt
2017-07-14 13:43:04 -06:00
parent 47aed25836
commit 7441c5422f
5 changed files with 18 additions and 2 deletions

View File

@@ -65,6 +65,8 @@
# define PF_INETX PF_INET6
#elif defined(CONFIG_NET_LOCAL)
# define PF_INETX PF_LOCAL
#elif defined(CONFIG_NET_PKT)
# define PF_INETX PF_PACKET
#endif
/****************************************************************************