diff options
| author | Sean Eric Fagan <sef@FreeBSD.org> | 1999-11-07 07:52:02 +0000 |
|---|---|---|
| committer | Sean Eric Fagan <sef@FreeBSD.org> | 1999-11-07 07:52:02 +0000 |
| commit | 900e2da7603504230762bd8ee29db5f00ac8b4a1 (patch) | |
| tree | c1faab2ca8f0e265f94398e00d93cd2613b6322c /sys/miscfs | |
| parent | 1ab41ed97c7c74f7a1bfc0069eda0fc1a2f42613 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs_vnops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index 2eb893415eea..ee5be80a1f94 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -91,7 +91,6 @@ static struct proc_target { /* name type validp */ { DT_DIR, N("."), Pproc, NULL }, { DT_DIR, N(".."), Proot, NULL }, - { DT_REG, N("file"), Pfile, procfs_validfile }, { DT_REG, N("mem"), Pmem, NULL }, { DT_REG, N("regs"), Pregs, procfs_validregs }, { DT_REG, N("fpregs"), Pfpregs, procfs_validfpregs }, |
