summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/subr_prf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c
index a989152..ad71e51 100644
--- a/sys/kern/subr_prf.c
+++ b/sys/kern/subr_prf.c
@@ -665,6 +665,7 @@ reswitch: switch (ch = (u_char)*fmt++) {
base = 10;
goto nosign;
case 'x':
+ case 'X':
if (qflag)
uq = va_arg(ap, u_quad_t);
else if (lflag)
OpenPOWER on IntegriCloud