Dike out unwarranted reference to si_udev.
This commit is contained in:
parent
dd37002304
commit
9c4fb6619c
@ -281,7 +281,11 @@ kvm_proclist(kd, what, arg, p, bp, maxcnt)
|
|||||||
tty.t_dev);
|
tty.t_dev);
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
kp->ki_tdev = t_cdev.si_udev;
|
kp->ki_tdev = t_cdev.si_udev;
|
||||||
|
#else
|
||||||
|
kp->ki_tdev = NULL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (tty.t_pgrp != NULL) {
|
if (tty.t_pgrp != NULL) {
|
||||||
if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) {
|
if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user