diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-09-14 17:34:49 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-09-14 17:34:49 +0000 |
| commit | 73ba9b1230cd8bcd9506e1794d484039e029c508 (patch) | |
| tree | b5d0cedeb331f25e5668c82bcb6e2edcbb1a29d4 /sys/fs/procfs | |
| parent | 2cb7e095c1950d35541a5f22d37cbd2f607f44ab (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs')
| -rw-r--r-- | sys/fs/procfs/procfs_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c index f7e053c0f1a9..31b45e8f530a 100644 --- a/sys/fs/procfs/procfs_map.c +++ b/sys/fs/procfs/procfs_map.c @@ -177,6 +177,7 @@ procfs_doprocmap(PFS_FILL_ARGS) type = "swap"; vp = NULL; break; + case OBJT_SG: case OBJT_DEVICE: type = "device"; vp = NULL; |
