diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-05 18:51:27 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-05 18:51:27 +0000 |
commit | d06c6e3ed24cd10e8c6d6e2716844bdfdf4988d0 (patch) | |
tree | 6b5cb852c945d2ff31b480ac2809cd2b116a1f51 /usr.sbin | |
parent | ff7b8619a9913d659ebfcd6f5e5968081d98d873 (diff) |
Remove portalfs.
While it is a terribly cool idea, it's just awful and since noone has stepped
up to the plate to keep it up with the current vop state, retire it to the
attic.
ok krw@, deraadt@, guenther@, miod@.
comments from jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/procmap/procmap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/procmap/procmap.c b/usr.sbin/procmap/procmap.c index fd280ad74ea..406219a5a33 100644 --- a/usr.sbin/procmap/procmap.c +++ b/usr.sbin/procmap/procmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: procmap.c,v 1.34 2009/08/12 20:13:12 miod Exp $ */ +/* $OpenBSD: procmap.c,v 1.35 2011/04/05 18:51:26 thib Exp $ */ /* $NetBSD: pmap.c,v 1.1 2002/09/01 20:32:44 atatat Exp $ */ /* @@ -641,10 +641,7 @@ dump_vm_map_entry(kvm_t *kd, struct kbit *vmspace, case VT_NFS: case VT_MFS: case VT_MSDOSFS: - case VT_PORTAL: case VT_PROCFS: - case VT_AFS: - case VT_ADOSFS: default: break; } |