Similar to mfiutil, drop local definition of powerof2() and use version

from <sys/param.h> instead.
This commit is contained in:
John Baldwin 2010-11-22 14:36:04 +00:00
parent 0593983963
commit 7a3923c00e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215678

View File

@ -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)
{