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:
parent
cb7cf35ee9
commit
d55eb4ff7e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user