Re: svn commit: r334704 - head/usr.bin/top

2018-06-06 Thread Eitan Adler
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,

Re: svn commit: r334704 - head/usr.bin/top

2018-06-06 Thread Mark Millard via svn-src-head
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) __

svn commit: r334704 - head/usr.bin/top

2018-06-05 Thread Eitan Adler
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: