gcore(1): Make it work again.
authorSascha Wildner <saw@online.de>
Sat, 28 Jul 2012 20:29:43 +0000 (22:29 +0200)
committerSascha Wildner <saw@online.de>
Sat, 28 Jul 2012 20:29:43 +0000 (22:29 +0200)
commit05c07bb482acd7f42914c78129c4406d9c70a9ef
treef6933c7c31da68e218b23e5b2e47fa5141392c61
parenta6e6d0d8c3c90dc02143333b1fa9603dc55f7500
gcore(1): Make it work again.

Two commits broke things:

64fce751acfda11e21846e900fc774e88f32f52e which changed us to no longer
claiming that we're FreeBSD in core files.

0b684e3f9af3abc5ded676c43a1a5a478b45325c which added another field to
/proc/<pid>/map (the vnode path for vn-backed vm objects).

Both changes need adjustments in gcore(1).
usr.bin/gcore/elfcore.c