CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/15 09:39:20
Modified files:
distrib/special/pdisk: Makefile
sbin/pdisk : Makefile dpme.h dump.c partition_map.c
Log message:
Replace bitfield_get() and bitfield_set() abstraction with simple masking
operations since all the uses but 1 are for 1 bit fields. No functional
change intended.
Unhook bitfield.c from build.
