CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/25 06:59:03
Modified files:
sbin/fdisk : part.c part.h
Log message:
Use 'struct dos_partition' variable to access 'struct dos_partition'
data. Since all the fields but 2 that are specially handled are
u_int8_t's there should be no danger from alignment issues.
ok dlg@
