patch-2.2.17 linux/net/irda/irttp.c
Next file: linux/net/irda/parameters.c
Previous file: linux/net/irda/irmod.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Mon Sep  4 18:39:29 2000
-  Orig file: 
v2.2.16/net/irda/irttp.c
-  Orig date: 
Mon Sep  4 18:37:24 2000
diff -u --recursive --new-file v2.2.16/net/irda/irttp.c linux/net/irda/irttp.c
@@ -1528,9 +1528,9 @@
 			       self->remote_credit);
 		len += sprintf(buf+len, "send credit: %d\n",
 			       self->send_credit);
-		len += sprintf(buf+len, "  tx packets: %d, ",
+		len += sprintf(buf+len, "  tx packets: %ld, ",
 			       self->stats.tx_packets);
-		len += sprintf(buf+len, "rx packets: %d, ",
+		len += sprintf(buf+len, "rx packets: %ld, ",
 			       self->stats.rx_packets);
 		len += sprintf(buf+len, "tx_queue len: %d ", 
 			       skb_queue_len(&self->tx_queue));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)