aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-06-23 09:48:26 +0000
committerBrian Somers <brian@FreeBSD.org>2000-06-23 09:48:26 +0000
commit77fc031d509c0497f9159b2e453be29181f36730 (patch)
tree74c01f4f25de4905e12137b1f7d927fc53feff75 /usr.sbin/ppp/bundle.c
parentb25838b46270610aae709b0007d27b616a95b3ce (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index 71106bb085ba..36fb9bea34d9 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -1160,7 +1160,8 @@ bundle_ShowStatus(struct cmdargs const *arg)
(secs / 60) % 60, secs % 60);
}
prompt_Printf(arg->prompt, "\n Queued: %lu of %u\n",
- ip_QueueLen(&arg->bundle->ncp.ipcp), arg->bundle->cfg.ifqueue);
+ (unsigned long)ip_QueueLen(&arg->bundle->ncp.ipcp),
+ arg->bundle->cfg.ifqueue);
prompt_Printf(arg->prompt, "\nDefaults:\n");
prompt_Printf(arg->prompt, " Label: %s\n", arg->bundle->cfg.label);