patch-1.3.6 linux/net/ax25/ax25_route.c
Next file: linux/net/ax25/ax25_subr.c
Previous file: linux/net/ax25/ax25_in.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Thu Jun 29 19:18:52 1995
 -  Orig file: 
v1.3.5/linux/net/ax25/ax25_route.c
 -  Orig date: 
Tue Jun  6 12:16:43 1995
 
diff -u --recursive --new-file v1.3.5/linux/net/ax25/ax25_route.c linux/net/ax25/ax25_route.c
@@ -148,7 +148,7 @@
 	len += sprintf(buffer, "callsign  dev count      time mode\n");
 
 	for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) {
-		len += sprintf(buffer + len, "%-9s %-3s %5d %9ld",
+		len += sprintf(buffer + len, "%-9s %-3s %5d %9d",
 			ax2asc(&ax25_rt->callsign),
 			ax25_rt->dev ? ax25_rt->dev->name : "???",
 			ax25_rt->n,
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