]> granicus.if.org Git - strace/commit
Decode BLKGETSIZE64 unconditionally
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 25 Aug 2018 20:01:29 +0000 (22:01 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 1 Sep 2018 14:38:12 +0000 (14:38 +0000)
commit9b5d56054c4bd28cc94ec634db3905aff0480a92
tree7c0c9fd61d75c7b00884d9ac9095df598205ff00
parentf3b38739d507e5ba3c9d8b728fe581f30d4463f8
Decode BLKGETSIZE64 unconditionally

It is available on all supported kernel versions.

* block.c (block_ioctl): Remove #ifdef HAVE_BLKGETSIZE64.
* configure.ac: Remove BLKGETSIZE64 check.
block.c
configure.ac