Index: main/asterisk.c =================================================================== --- main/asterisk.c (revision 246942) +++ main/asterisk.c (working copy) @@ -559,7 +559,7 @@ /*! \brief Give an overview of system statistics */ static char *handle_show_sysinfo(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) { - int64_t physmem, freeram; + uint64_t physmem, freeram; int totalswap = 0, freeswap = 0, nprocs = 0; long uptime = 0; #if defined(HAVE_SYSINFO)