diff options
Diffstat (limited to 'sys/fs/procfs/procfs_regs.c')
| -rw-r--r-- | sys/fs/procfs/procfs_regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_regs.c b/sys/fs/procfs/procfs_regs.c index 3c0a700023b5..5fcb450a0def 100644 --- a/sys/fs/procfs/procfs_regs.c +++ b/sys/fs/procfs/procfs_regs.c @@ -63,7 +63,7 @@ procfs_doprocregs(PFS_FILL_ARGS) int kl; PROC_LOCK(p); - if (p_candebug(td->td_proc, p)) { + if (p_candebug(td, p)) { PROC_UNLOCK(p); return (EPERM); } |
