David Greenman writes:
>>wosch 96/02/20 15:50:15
>>
>> Modified: sysutils/top/files m_freebsd2.c
>> Log:
>> make top smarter if cannot read swap addresses
>> - always return if kvm_read() failed
>> - stop calculating swap usage after 10 errors
>
> Why after 10? If it fails once, it should continue to fail.
BTW, pstat(8) should also changed, a simple 'return(0)'
in KGET2 macro.
Wolfram