|
(struct amark): New type.
(amarks_add, amarks_contains): New functions.
(default_disklabel): New variable.
(main):
Most arguments are now options (and optional).
Allow many more parameters to be specified.
Consult the disk label for some defaults.
(...most functions...):
Add explicit return type declarations where necessary.
Fix printf format specifications.
Get rid of #ifdefs for MFS.
(started, malloc, realloc, calloc, free): Functions removed.
(mfs, membase): Variables removed.
<stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>:
New includes
|