CVS commit by raabe: - Display the proper number for 'Free swap space' on this FreeBSD box. M +1 -1 memory_fbsd.cpp 1.17 --- kdebase/kcontrol/info/memory_fbsd.cpp #1.16:1.17 @@ -86,4 +86,4 @@ void KMemoryWidget::update() // free memory in swap-partitions - Memory_Info[FREESWAP_MEM] = MEMORY(free) * 1024; + Memory_Info[FREESWAP_MEM] = MEMORY(_free) * 1024; }