linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 646 forks source link

Use C99 types for uint32_t #2332

Closed thesamesam closed 3 months ago

thesamesam commented 3 months ago
provides `uint32_t`, while `u_int_32` is an unofficial/internal typedef that glibc happens to provide. This fixes the build on musl. Bug: https://bugs.gentoo.org/931194
thesamesam commented 3 months ago

For completeness, I've submitted https://github.com/linux-nvme/libnvme/pull/838 too.

igaw commented 3 months ago

added prefix to commit subject

igaw commented 3 months ago

Thanks!