mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-21 12:03:31 +03:00
(show_version): add output of uintmax_t size.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d3c26320d4
commit
03a1a9c95b
@ -29,6 +29,7 @@
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h> /* uintmax_t */
|
||||
|
||||
#if defined (ENABLE_VFS) && defined(ENABLE_VFS_SFTP)
|
||||
#include <libssh2.h>
|
||||
@ -188,6 +189,7 @@ show_version (void)
|
||||
TYPE_INFO (void *);
|
||||
TYPE_INFO (size_t);
|
||||
TYPE_INFO (off_t);
|
||||
TYPE_INFO (uintmax_t);
|
||||
#undef TYPE_INFO
|
||||
(void) puts ("");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user