Similar to mfiutil, drop local definition of powerof2() and use version
from <sys/param.h> instead.
This commit is contained in:
parent
0593983963
commit
7a3923c00e
@ -50,8 +50,6 @@ __RCSID("$FreeBSD$");
|
||||
static void dump_config(CONFIG_PAGE_RAID_VOL_0 *vol);
|
||||
#endif
|
||||
|
||||
#define powerof2(x) ((((x)-1)&(x))==0)
|
||||
|
||||
static long
|
||||
dehumanize(const char *value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user