From owner-svn-src-head@freebsd.org Wed Jun 6 07:14:06 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 820E6FE9145 for ; Wed, 6 Jun 2018 07:14:06 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 338DD87ED2 for ; Wed, 6 Jun 2018 07:14:06 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: from mail-yb0-f180.google.com (mail-yb0-f180.google.com [209.85.213.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: eadler) by smtp.freebsd.org (Postfix) with ESMTPSA id F1B0C23CC1 for ; Wed, 6 Jun 2018 07:14:05 +0000 (UTC) (envelope-from eadler@freebsd.org) Received: by mail-yb0-f180.google.com with SMTP id p22-v6so1639911yba.13 for ; Wed, 06 Jun 2018 00:14:05 -0700 (PDT) X-Gm-Message-State: APt69E2T4MSdwWyoJSb2bJf2UGbj+hTYiez7Duznn1CTWGGvKB2ybjJc cvrwBM7cC8KZ2l8YYWGu7IYwcFDWbzuyb5ELIHJezQ== X-Google-Smtp-Source: ADUXVKKE/loKyC9yJf5liROmKIa5X2f1LIPf14M6LNur1oBvVkYCvZZU3I/E+l8umIl3rP9pz3CMzK1YYK1J7OQIR2I= X-Received: by 2002:a25:786:: with SMTP id 128-v6mr903653ybh.338.1528269245463; Wed, 06 Jun 2018 00:14:05 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:ef50:0:0:0:0:0 with HTTP; Wed, 6 Jun 2018 00:13:34 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Wed, 6 Jun 2018 00:13:34 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334704 - head/usr.bin/top To: Mark Millard Cc: svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 07:14:06 -0000 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, Doc committer Bugmeister, Ports Security teams