summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mbuf.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-09 22:56:18 +0000
committerbrian <brian@FreeBSD.org>1999-08-09 22:56:18 +0000
commitbef3aa58c70d8c43d1027dcd7f638a7de4fe6381 (patch)
treeecd9290a4ee072876793436601d6ade5feb46000 /usr.sbin/ppp/mbuf.c
parent460ac15b25646ba12f3ff3575aab39ae035a5342 (diff)
downloadFreeBSD-src-bef3aa58c70d8c43d1027dcd7f638a7de4fe6381.zip
FreeBSD-src-bef3aa58c70d8c43d1027dcd7f638a7de4fe6381.tar.gz
Change printf formats %q[du] -> %ll[du]
Diffstat (limited to 'usr.sbin/ppp/mbuf.c')
-rw-r--r--usr.sbin/ppp/mbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c
index 49969d1..0f79ab0 100644
--- a/usr.sbin/ppp/mbuf.c
+++ b/usr.sbin/ppp/mbuf.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: mbuf.c,v 1.26 1999/05/09 20:02:24 brian Exp $
+ * $Id: mbuf.c,v 1.27 1999/06/02 15:59:04 brian Exp $
*
*/
#include <sys/types.h>
@@ -240,7 +240,7 @@ mbuf_Show(struct cmdargs const *arg)
prompt_Printf(arg->prompt, "%10.10s: %04d (%06d)\n",
mbuftype[i], MemMap[i].fragments, MemMap[i].octets);
- prompt_Printf(arg->prompt, "Mallocs: %qu, Frees: %qu\n",
+ prompt_Printf(arg->prompt, "Mallocs: %llu, Frees: %llu\n",
mbuf_Mallocs, mbuf_Frees);
return 0;
OpenPOWER on IntegriCloud