diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-07 21:48:23 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-07 21:48:23 +0000 |
| commit | 9fdfe602fc5fe4a9fbbff8589022a8bc068aeeab (patch) | |
| tree | 1a44d1882fc71164d44d808fc934c1cee288853e /sys/miscfs/procfs/procfs_map.c | |
| parent | a0e7b3e5ce717febe40770b7c6422ea82a9a55f7 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_map.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs_map.c b/sys/miscfs/procfs/procfs_map.c index c27d95577908..3873070fbd22 100644 --- a/sys/miscfs/procfs/procfs_map.c +++ b/sys/miscfs/procfs/procfs_map.c @@ -36,7 +36,7 @@ * * @(#)procfs_status.c 8.3 (Berkeley) 2/17/94 * - * $Id: procfs_map.c,v 1.19 1999/01/21 08:29:06 dillon Exp $ + * $Id: procfs_map.c,v 1.20 1999/02/05 06:18:54 jdp Exp $ */ #include <sys/param.h> @@ -98,7 +98,7 @@ procfs_domap(curp, p, pfs, uio) int resident, privateresident; char *type; - if (entry->eflags & (MAP_ENTRY_IS_A_MAP|MAP_ENTRY_IS_SUB_MAP)) + if (entry->eflags & MAP_ENTRY_IS_SUB_MAP) continue; obj = entry->object.vm_object; |
