- Takes out stray ifdef code that should not have been present.

This commit is contained in:
Randall Stewart 2008-02-22 15:06:25 +00:00
parent 0ddfa46b44
commit 69d5ee4f23

View File

@ -10968,11 +10968,6 @@ sctp_lower_sosend(struct socket *so,
unsigned int sndlen = 0, max_len;
int error, len;
struct mbuf *top = NULL;
#if defined(__NetBSD__) || defined(__OpenBSD_)
int s;
#endif
int queue_only = 0, queue_only_for_init = 0;
int free_cnt_applied = 0;
int un_sent = 0;