The GPT class no longer exists; use the PART class instead

MFC after:	5 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-22 20:51:54 +00:00
parent cb7cf35ee9
commit d55eb4ff7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317295

View File

@ -117,7 +117,7 @@ main(int argc, char *argv[])
req = gctl_get_handle();
assert(req != NULL);
gctl_ro_param(req, "class", -1, "GPT");
gctl_ro_param(req, "class", -1, "PART");
while ((c = getopt(argc, argv, "v")) != -1) {
switch (c) {