patch-2.4.0-prerelease linux/net/atm/proc.c
Next file: linux/net/atm/resources.c
Previous file: linux/net/atm/lec.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 29 14:35:47 2000
- Orig file:
v2.4.0-test12/linux/net/atm/proc.c
- Orig date:
Mon Dec 11 17:59:45 2000
diff -u --recursive --new-file v2.4.0-test12/linux/net/atm/proc.c linux/net/atm/proc.c
@@ -220,7 +220,7 @@
default:
here += sprintf(here,"%3d",vcc->family);
}
- here += sprintf(here," %04x %5ld %7d/%7d %7d/%7d\n",vcc->flags.bits,
+ here += sprintf(here," %04lx %5d %7d/%7d %7d/%7d\n",vcc->flags.bits,
vcc->reply,
atomic_read(&vcc->tx_inuse),vcc->sk->sndbuf,
atomic_read(&vcc->rx_inuse),vcc->sk->rcvbuf);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)