Handle LVM and RAID

This commit is contained in:
James Dominic P. Guana
2020-05-26 10:57:48 +08:00
committed by Robert Roth
parent 9e62440b31
commit 9cbb3b91f1
6 changed files with 229 additions and 36 deletions

View File

@@ -61,8 +61,8 @@ skip_line (const char *p)
return (char *) (*p ? p+1 : p);
}
int
check_alphanumeric_word (const char *p);
void
get_from_pipe (char *buffer, const char *cmd)
/*
* Smart strtoul which handles binary suffixes