mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Set ki_tdev to NODEV rather than NULL.
Approved by: re
This commit is contained in:
parent
a202ff9ebf
commit
2cfe3fda19
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue