--- 2.3.33-softnet-alpha/arch/alpha/kernel/alpha_ksyms.c.~1~ Fri Dec 17 18:17:06 1999 +++ 2.3.33-softnet-alpha/arch/alpha/kernel/alpha_ksyms.c Sat Dec 18 18:15:40 1999 @@ -162,9 +162,6 @@ EXPORT_SYMBOL(flush_tlb_range); EXPORT_SYMBOL(cpu_data); EXPORT_SYMBOL(cpu_number_map); -EXPORT_SYMBOL(global_bh_lock); -EXPORT_SYMBOL(global_bh_count); -EXPORT_SYMBOL(synchronize_bh); EXPORT_SYMBOL(global_irq_holder); EXPORT_SYMBOL(__global_cli); EXPORT_SYMBOL(__global_sti); --- 2.3.33-softnet-alpha/include/net/tcp.h.~1~ Sat Dec 18 18:20:53 1999 +++ 2.3.33-softnet-alpha/include/net/tcp.h Sat Dec 18 18:22:48 1999 @@ -891,7 +891,7 @@ } /* Set slow start threshould and cwnd not falling to slow start */ -extern __inline__ __u32 tcp_avoid_congestion(struct tcp_opt *tp) +extern __inline__ void tcp_avoid_congestion(struct tcp_opt *tp) { tp->snd_ssthresh = tcp_recalc_ssthresh(tp); tp->snd_cwnd = tp->snd_ssthresh; --- 2.3.33-softnet-alpha/net/ipv4/tcp.c.~1~ Sat Dec 18 18:14:55 1999 +++ 2.3.33-softnet-alpha/net/ipv4/tcp.c Sat Dec 18 18:15:53 1999 @@ -541,9 +541,7 @@ switch(cmd) { case SIOCINQ: -#if SIOCINQ != FIONREAD case FIONREAD: -#endif if (sk->state == TCP_LISTEN) return(-EINVAL);