Deleted Added
full compact
26a27
> #include <sys/sysmacros.h>
154c155
< while (p2 & (p2 - 1))
---
> while (!ISP2(p2))