Revision 9fafc9ea slirp/tcp_subr.c

b/slirp/tcp_subr.c
240 240
 * the specified error.  If connection is synchronized,
241 241
 * then send a RST to peer.
242 242
 */
243
struct tcpcb *tcp_drop(struct tcpcb *tp, int errno) 
243
struct tcpcb *tcp_drop(struct tcpcb *tp, int err) 
244 244
{
245 245
/* tcp_drop(tp, errno)
246 246
	register struct tcpcb *tp;

Also available in: Unified diff