patch-1.3.7 linux/net/ax25/ax25_route.c

Next file: linux/net/ax25/ax25_subr.c
Previous file: linux/net/ax25/ax25_out.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.6/linux/net/ax25/ax25_route.c linux/net/ax25/ax25_route.c
@@ -145,10 +145,10 @@
   
 	cli();
 
-	len += sprintf(buffer, "callsign  dev count      time mode\n");
+	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 %9d",
+		len += sprintf(buffer + len, "%-9s %-4s %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