]> www.infradead.org Git - users/sagi/libnvme.git/commit
Use C99 types for uint32_t
authorSam James <sam@gentoo.org>
Sat, 4 May 2024 09:59:16 +0000 (10:59 +0100)
committerDaniel Wagner <wagi@monom.org>
Mon, 6 May 2024 17:08:20 +0000 (19:08 +0200)
commiteb99b0c365138c9d87d68167b94546ea9d373939
treea50f6f10654f7690c379e26aeada9dfd10b8fe40
parent4382dc00e4a61f0526836d0aa05299b1994d2083
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>
src/nvme/base64.c
src/nvme/linux.c