patch-1.3.86 linux/net/ax25/ax25_subr.c

Next file: linux/net/bridge/Makefile
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.85/linux/net/ax25/ax25_subr.c linux/net/ax25/ax25_subr.c
@@ -496,7 +496,7 @@
 
 	skbq = (struct sk_buff *) list->next;
 
-	while (skbq != list) {
+	while (skbq != (struct sk_buff *)list) {
 		if (skb->sk == skbq->sk)
 			count++;
 		skbq = skbq->next;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this