On 6 June 2018 at 00:07, Mark Millard wrote:
> Eitan Adler eadler at FreeBSD.org wrote on
> Wed Jun 6 06:42:14 UTC 2018 :
>
>> + err(1, "calloc for kern.smp.maxcpus", size);
>
> What is "size" used for when the string makes no use of it?
Fixed. Thanks!
--
Eitan Adler
Source, Ports,
Eitan Adler eadler at FreeBSD.org wrote on
Wed Jun 6 06:42:14 UTC 2018 :
> + err(1, "calloc for kern.smp.maxcpus", size);
What is "size" used for when the string makes no use of it?
===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
__
Author: eadler
Date: Wed Jun 6 06:42:12 2018
New Revision: 334704
URL: https://svnweb.freebsd.org/changeset/base/334704
Log:
top(1): make error message happy
We don't use a "size" variable, so just don't report it.
Reported by: bapt
Modified:
head/usr.bin/top/machine.c
Modified: