i'm stupid, =* is not going to compile at all.

This commit is contained in:
Kay Röpke 2009-05-31 14:32:12 +02:00 committed by Doug MacEachern
parent 596bc2a522
commit 91ba1a2c3d
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ int sigar_mem_get(sigar_t *sigar, sigar_mem_t *mem)
}
mem->free = vmstat.free_count;
mem->free =* sigar->pagesize;
mem->free *= sigar->pagesize;
#elif defined(__FreeBSD__)
if ((status = sigar_vmstat(sigar, &vmstat)) == SIGAR_OK) {
mem->free = vmstat.v_free_count;