commit | 82a528d96fc49338441e93d1b04d51d6585f114f | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Sep 29 23:29:56 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Sep 29 23:29:56 2014 +0000 |
tree | 218d5bad28f69e7f28b2ca4708f8ee32cec07be8 | |
parent | 57d45a2b3a3f8f56911563568d555176579734a7 [diff] |
Enhance sysinfo decoding * configure.ac (AC_CHECK_MEMBERS): Check for struct sysinfo.totalhigh, struct sysinfo.freehigh, and struct sysinfo.mem_unit. * sysinfo.c (sys_sysinfo): Treat failed umove() call as syserror(). Print totalhigh, freehigh, and mem_unit members when struct sysinfo supports them.