Dike out unwarranted reference to si_udev.

This commit is contained in:
Poul-Henning Kamp 2005-03-15 14:26:14 +00:00
parent dd37002304
commit 9c4fb6619c

View File

@ -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)) {