]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Use C99 types for uint32_t
authorSam James <sam@gentoo.org>
Sat, 4 May 2024 08:13:06 +0000 (09:13 +0100)
committerDaniel Wagner <wagi@monom.org>
Fri, 10 May 2024 12:07:47 +0000 (14:07 +0200)
commitac2ff1dbe0b44953de636c50c7d7f8c1e9f1e458
treeb4d01500105694e51488b19c2a2d6063c5298075
parent6e4a85848117bf93f3b6491a9c318f04faba694e
nvme: Use C99 types for uint32_t

<stdint.h> 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
Signed-off-by: Sam James <sam@gentoo.org>
nvme.c
util/base64.c