diff options
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 0598f49..eabf521 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -137,7 +137,6 @@ uprintf(const char *fmt, ...) return (0); sx_slock(&proctree_lock); - p = td->td_proc; PROC_LOCK(p); if ((p->p_flag & P_CONTROLT) == 0) { PROC_UNLOCK(p); |