Package: blktool / 4-8

Metadata

Package Version Patches format
blktool 4-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix typos in manpage.patch | (download)

blktool.8 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix typos in manpage


0002 fix string error.patch | (download)

util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix string error


0003 Fix 3 d argument for BLKROSET it must be const int.patch | (download)

blktool.c | 11 9 + 2 - 0 !
blktool.h | 7 7 + 0 - 0 !
2 files changed, 16 insertions(+), 2 deletions(-)

 [patch] fix 3-d argument for blkroset it must be 'const int *'

Most of *SET ioctls have int type for 3-d argument, except BLKROSET.
So add bc_arg_type enum, build it into bool_comand and install arg_type
to bc_arg_int_ptr for BLKROSET only.

Debian-bug-id: 641164
Link: https://bugs.debian.org/641164

0004 fix ftbfs glibc 2.28.patch | (download)

blktool.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs with glibc 2.28
0005 fix autoreconf.patch | (download)

configure.ac | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 drop invalid statements from configure.ac