mirror of
https://github.com/apache/nuttx.git
synced 2025-12-20 04:09:12 +08:00
NET: Fix a few problems after big merge of network reorganization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user