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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143648

View File

@ -281,7 +281,11 @@ kvm_proclist(kd, what, arg, p, bp, maxcnt)
tty.t_dev);
return (-1);
}
#if 0
kp->ki_tdev = t_cdev.si_udev;
#else
kp->ki_tdev = NULL;
#endif
}
if (tty.t_pgrp != NULL) {
if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) {