]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/ssstc: Replace __uint16_t with uint16_t
authorKhem Raj <raj.khem@gmail.com>
Tue, 21 May 2024 21:09:32 +0000 (14:09 -0700)
committerDaniel Wagner <wagi@monom.org>
Wed, 22 May 2024 11:47:47 +0000 (13:47 +0200)
commit650070ad5d4a97fc87f9018743e3b566deba36c8
tree173bec163e5f7e608eab016121a8adde812f87e3
parentdce32d99e5b6093ea09fdb9b9a30b0366fcbdcbe
plugins/ssstc: Replace __uint16_t with uint16_t

uint16_t is ISO defined and comes from stdint.h, makes it
portable across glibc and musl on linux.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
plugins/ssstc/ssstc-nvme.c