Fix xo_emit format string for percentages
The "%lld" format string was used with a value of type long.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278532.
Reviewed by: imp, mmel
Pull Request: https://github.com/freebsd/freebsd-src/pull/1344