Unix domain: More fixed to build without Ethernet or Slip

This commit is contained in:
Gregory Nutt
2015-01-27 14:26:10 -06:00
parent c49c7bc447
commit c250c97186
5 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
#if defined(CONFIG_NET_SLIP)
# define NETDEV_DEFAULT_FORMAT NETDEV_SLIP_FORMAT
#elif defined(CONFIG_NET_ETHERNET)
#else /* `if defined(CONFIG_NET_ETHERNET) */
# define NETDEV_DEFAULT_FORMAT NETDEV_ETH_FORMAT
#endif