NET: Fix a few problems after big merge of network reorganization

This commit is contained in:
Gregory Nutt
2014-07-06 17:58:36 -06:00
parent 73f3ecf7e2
commit e89eac6365
6 changed files with 8 additions and 4 deletions

View File

@@ -880,7 +880,7 @@ FAR struct tcp_conn_s *tcp_backlogremove(FAR struct tcp_conn_s *conn);
#ifdef CONFIG_NET_TCPBACKLOG
int tcp_backlogdelete(FAR struct tcp_conn_s *conn,
FAR struct tcp_conn_s *blconn)
FAR struct tcp_conn_s *blconn);
#else
# define tcp_backlogdelete(c,b) (-ENOSYS)
#endif