summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-06-18 10:07:53 +0000
committerBrian Somers <brian@FreeBSD.org>2000-06-18 10:07:53 +0000
commit669b99659d1c3621c829b402fdfeb8b25a4c6f0e (patch)
treed7e8c3af4fe5f4845e2ca6a991f49b15c48a200b /usr.sbin/ppp/bundle.c
parenta72fda71547616b50d6fa8903c86ed564b7884fc (diff)
downloadsrc-test2-669b99659d1c3621c829b402fdfeb8b25a4c6f0e.tar.gz
src-test2-669b99659d1c3621c829b402fdfeb8b25a4c6f0e.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index 66efa93efb08..71106bb085ba 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -1159,7 +1159,7 @@ bundle_ShowStatus(struct cmdargs const *arg)
prompt_Printf(arg->prompt, ", up time %d:%02d:%02d", secs / 3600,
(secs / 60) % 60, secs % 60);
}
- prompt_Printf(arg->prompt, "\n Queued: %u of %u\n",
+ prompt_Printf(arg->prompt, "\n Queued: %lu of %u\n",
ip_QueueLen(&arg->bundle->ncp.ipcp), arg->bundle->cfg.ifqueue);
prompt_Printf(arg->prompt, "\nDefaults:\n");