patch-1.3.14 linux/net/ipv4/proc.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/ip_fw.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 31 09:46:27 1995
- Orig file:
v1.3.13/linux/net/ipv4/proc.c
- Orig date:
Tue Jun 6 12:16:44 1995
diff -u --recursive --new-file v1.3.13/linux/net/ipv4/proc.c linux/net/ipv4/proc.c
@@ -111,7 +111,7 @@
i, src, srcp, dest, destp, sp->state,
format==0?sp->write_seq-sp->rcv_ack_seq:sp->rmem_alloc,
format==0?sp->acked_seq-sp->copied_seq:sp->wmem_alloc,
- timer_active, timer_expires, (unsigned) sp->retransmits,
+ timer_active, timer_expires-jiffies, (unsigned) sp->retransmits,
sp->socket?SOCK_INODE(sp->socket)->i_uid:0,
timer_active?sp->timeout:0);
if (timer_active1) add_timer(&sp->retransmit_timer);
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