Set ki_tdev to NODEV rather than NULL.

Approved by:  re
This commit is contained in:
peter 2005-06-24 00:37:04 +00:00
parent c457f9b0df
commit 9729a26e81

View File

@ -300,7 +300,7 @@ kvm_proclist(kd, what, arg, p, bp, maxcnt)
#if 0
kp->ki_tdev = t_cdev.si_udev;
#else
kp->ki_tdev = NULL;
kp->ki_tdev = NODEV;
#endif
}
if (tty.t_pgrp != NULL) {