Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/geom/geom_dump.c 222603 2011-06-02 12:49:45Z ae $");
---
> __FBSDID("$FreeBSD: head/sys/geom/geom_dump.c 249507 2013-04-15 15:55:40Z ivoras $");
46a47
> #include <geom/geom_disk.h>
149c150
< if (!strcmp(mp->name, "DISK") || !strcmp(mp->name, "MD"))
---
> if (!strcmp(mp->name, G_DISK_CLASS_NAME) || !strcmp(mp->name, "MD"))