summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-04-22 17:58:40 +0000
committerBrian Feldman <green@FreeBSD.org>2000-04-22 17:58:40 +0000
commit28749c79c80d4a84359aa55526fbee224a9d7f29 (patch)
tree3f455d028ad8a3b7b4c40af862a607e2cf5c4be6 /sys/miscfs/procfs
parentae23d9ac9f006fdde8f8e81a80029118a3c2cfd4 (diff)
Notes
Diffstat (limited to 'sys/miscfs/procfs')
-rw-r--r--sys/miscfs/procfs/procfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c
index a38fe8191b83..8c7ff2087610 100644
--- a/sys/miscfs/procfs/procfs_vnops.c
+++ b/sys/miscfs/procfs/procfs_vnops.c
@@ -697,7 +697,7 @@ procfs_lookup(ap)
struct vnode **vpp = ap->a_vpp;
struct vnode *dvp = ap->a_dvp;
char *pname = cnp->cn_nameptr;
- struct proc *curp = cnp->cn_proc;
+ /* struct proc *curp = cnp->cn_proc; */
struct proc_target *pt;
pid_t pid;
struct pfsnode *pfs;