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
+2 -2
View File
@@ -313,7 +313,7 @@ static inline int devif_poll_tcp_timer(FAR struct net_driver_s *dev,
int devif_poll(FAR struct net_driver_s *dev, devif_poll_callback_t callback)
{
int bstop;
int bstop = false;
/* Traverse all of the active packet connections and perform the poll
* action.
@@ -417,7 +417,7 @@ int devif_poll(FAR struct net_driver_s *dev, devif_poll_callback_t callback)
int devif_timer(FAR struct net_driver_s *dev, devif_poll_callback_t callback,
int hsec)
{
int bstop;
int bstop = false;
/* Increment the timer used by the IP reassembly logic */