patch-2.1.36 linux/net/ipv4/proc.c
Next file: linux/net/ipv4/route.c
Previous file: linux/net/ipv4/ip_sockglue.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Apr 22 22:46:27 1997
- Orig file:
v2.1.35/linux/net/ipv4/proc.c
- Orig date:
Mon Apr 14 16:28:27 1997
diff -u --recursive --new-file v2.1.35/linux/net/ipv4/proc.c linux/net/ipv4/proc.c
@@ -124,7 +124,7 @@
format==0?sp->write_seq-tp->snd_una:atomic_read(&sp->wmem_alloc),
format==0?tp->rcv_nxt-sp->copied_seq:atomic_read(&sp->rmem_alloc),
timer_active, timer_expires-jiffies,
- (unsigned) atomic_read(&sp->retransmits),
+ tp->retransmits,
sp->socket ? sp->socket->inode->i_uid:0,
timer_active?sp->timeout:0,
sp->socket ? sp->socket->inode->i_ino:0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov