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
- Lines: 9
- Date:
Tue Apr 9 14:36:31 1996
- Orig file:
v1.3.85/linux/net/ax25/ax25_subr.c
- Orig date:
Tue Apr 2 13:32:23 1996
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