1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

&x is not a format string

This commit is contained in:
Kris Kennaway 2002-08-24 07:15:55 +00:00
parent d52bc3438c
commit d3cf4981d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102350

View File

@ -254,7 +254,7 @@ kvm_proclist(kd, what, arg, p, bp, maxcnt)
if (tty.t_pgrp != NULL) {
if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) {
_kvm_err(kd, kd->program,
"can't read tpgrp at &x",
"can't read tpgrp at %x",
tty.t_pgrp);
return (-1);
}