freebsd-dev/sbin/nvmecontrol/modules
Cy Schubert a7b568109e nvmecontrol: Fix i386 build
Fix:

--- all_subdir_sbin ---
/opt/src/git-src/sbin/nvmecontrol/modules/samsung/samsung.c:149:64:
error: format specifies type 'unsigned long' but the argument has type
'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
        printf("   Read Reclaim Count                       : %lu\n",
le64dec(&temp->rrc));
                                                              ~~~
^~~~~~~~~~~~~~~~~~~
                                                              %llu
/opt/src/git-src/sbin/nvmecontrol/modules/samsung/samsung.c:150:64:
error: forma t specifies type 'unsigned long' but the argument has type
'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
        printf("   Lifetime Uncorrectable ECC Count         : %lu\n",
le64dec(&temp->lueccc));
                                                              ~~~
^~~~~~~~~~~~~~~~~~~~~~
                                                              %llu
2 errors generated.

Fixes:		84e8678870
2022-10-06 11:26:50 -07:00
..
intel It's useful to have this be a global function. 2018-12-06 22:59:18 +00:00
samsung nvmecontrol: Fix i386 build 2022-10-06 11:26:50 -07:00
wdc nvmecontrol wdc: Don't pass a bogus pointer to free(). 2022-10-03 16:10:44 -07:00
Makefile nvmecontrol: Add Samsung Extended SMART Information logpage support 2022-10-06 10:24:02 +00:00
Makefile.inc