On Sun, Apr 29, 2012 at 12:02:45AM +0200, Davidlohr Bueso wrote: > fdisk/Makefile.am | 2 + > fdisk/fdisk.c | 420 +------------------------------------------------ > fdisk/fdisk.h | 64 ++++++++- > fdisk/fdiskdoslabel.c | 323 +++++++++++++++++++++++++++++++++++++ > fdisk/fdiskdoslabel.h | 50 ++++++ > 5 files changed, 446 insertions(+), 413 deletions(-) > create mode 100644 fdisk/fdiskdoslabel.c > create mode 100644 fdisk/fdiskdoslabel.h Applied, but I guess it's the first step only -- for example new_partition(), add_partition(), ... still contain DOS label code. It would be nice to completely move the code to fdiskdoslabel.c before we start to work on the new internal API. Thanks! Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html