CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/17 10:40:00
Modified files:
sbin/fdisk : cmd.c cmd.h disk.c disk.h fdisk.c mbr.c mbr.h
misc.c misc.h part.c part.h user.c user.h
Log message:
Nuke pointless blank lines, defines, comments and casts. Eliminate
#include in *.h files in favour of listing them as required in the *.c
files. Fix error message to correctly state that 64 is the minimum
value for -l. Use errx() where errno is not relevant. Use 'continue'
rather than a label to go back to start of a loop.
No intentional functional change.