[parted-devel] [PATCH 1/3] remove architecture headers since they're not used around the code

Jim Meyering jim at meyering.net
Fri Feb 6 13:58:14 UTC 2009


Otavio Salvador <otavio at ossystems.com.br> wrote:
> All architecture headers (linux.h, gnu.h and beos.h) are now removed
> since they weren't being use on the rest of code and then looks
> logical to simplify it.

ACK, but please say that you've moved the sole used pieces
of these files into the analog .h under libparted.

>  include/parted/Makefile.am |    4 +---
>  include/parted/beos.h      |   34 ----------------------------------
>  include/parted/gnu.h       |   42 ------------------------------------------
>  include/parted/linux.h     |   44 --------------------------------------------
>  libparted/arch/beos.c      |    9 ++++++++-
>  libparted/arch/gnu.c       |   16 +++++++++++++++-
>  libparted/arch/linux.c     |   19 ++++++++++++++++++-
>  7 files changed, 42 insertions(+), 126 deletions(-)
>  delete mode 100644 include/parted/beos.h
>  delete mode 100644 include/parted/gnu.h
>  delete mode 100644 include/parted/linux.h



More information about the parted-devel mailing list