Various fixes to get Unix domain sockets to build on the simulator without Ethernet

This commit is contained in:
Gregory Nutt 2015-01-27 14:11:46 -06:00
parent 8a9c5f38a5
commit a4e66459d0

View File

@ -107,7 +107,7 @@
# ifndef CONFIG_NSH_NOMAC
# error "CONFIG_NSH_NOMAC must be defined for SLIP"
# endif
#else
#elif !defined(CONFIG_NET_LOCAL)
# error ERROR: No link layer protocol defined
#endif