Re: [PATCH parted 2/3] linux: Remove unused blkpg.h header file

2010-01-29 Thread Jim Meyering
Hans de Goede wrote: > * libparted/arch/linux.c: Don't include blkpg.h. > * libparted/arch/blkpg.h: Deleted. ... Thanks. Applied, with this addition, so that "make dist" does not fail: * libparted/Makefile.am (libparted_la_SOURCES): Remove arch/blkpg.h. diff --git a/libparted/Makefile.am b/libp

[PATCH parted 2/3] linux: Remove unused blkpg.h header file

2010-01-11 Thread Hans de Goede
* libparted/arch/linux.c: Don't include blkpg.h. * libparted/arch/blkpg.h: Deleted. --- libparted/arch/blkpg.h | 64 libparted/arch/linux.c |1 - 2 files changed, 0 insertions(+), 65 deletions(-) delete mode 100644 libparted/arch/blkpg.h dif