linux-nvme / nvme-cli

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

plugins/ssstc: Replace __uint16_t with uint16_t #2351

Closed kraj closed 3 months ago

kraj commented 3 months ago

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

igaw commented 3 months ago

Thanks!