From owner-svn-src-stable-9@FreeBSD.ORG Tue Apr 23 01:19:01 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0DCD7A99 for ; Tue, 23 Apr 2013 01:19:01 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id 8674C1109 for ; Tue, 23 Apr 2013 01:19:00 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id el20so71075lab.23 for ; Mon, 22 Apr 2013 18:18:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=gGgRtXjEuiLG3UfWntAhhH4yKrPLSs2GsacNvlTB0/c=; b=pcTOJeh5eRZHrhSROl6rmEvE06jMmFuNtspCFycJTwP3CIBJqFu/B8NmshY2Rm1gt8 fHCGN8eKlo/+y4NQx1yzLVVjfTRptrOpJH7X5jiIkiE9BZmrAAJaJ3elyY/Py9ZSJIYj a6G7LR7dPRqegvJP3QVKqrVPUi9gF4vg7Z5fJmq4s88y+dmSHB8GI5gyDjYgIhEeKZHJ xpBFn6Xq+eeqbBzw1XDTylSiZx/BtY2v4a/bsAiJ12ul0tyZXEYUBYg1TvJhjXlCb6O5 kX7vUqt6qOIO1QJYW+JU3+EBkybW0B1ZNGdRHhFOBY4+iZ+YZSwX7rDh4GXkrfRDIyav I7dg== X-Received: by 10.152.5.134 with SMTP id s6mr14694392las.24.1366679939322; Mon, 22 Apr 2013 18:18:59 -0700 (PDT) Received: from [192.168.1.2] ([89.169.163.3]) by mx.google.com with ESMTPS id wc5sm7736076lbb.13.2013.04.22.18.18.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Apr 2013 18:18:58 -0700 (PDT) Message-ID: <5175E17F.3080500@freebsd.org> Date: Tue, 23 Apr 2013 05:18:55 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Kirk McKusick Subject: Re: svn commit: r249785 - in stable/9/sbin: dumpfs newfs tunefs References: <201304230109.r3N19MMv082525@svn.freebsd.org> In-Reply-To: <201304230109.r3N19MMv082525@svn.freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQniGdkBOwBUynrb+TFlnXR23rqEy+7AAJ4Rr7V7pEE07VG14zuYuBwSsLzO9jE/3H3OCZ22 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 01:19:01 -0000 The bug eye-catched: On 23.04.2013 5:09, Kirk McKusick wrote: > + case 'k': > + found_arg = 1; > + name = "space to hold for metadata blocks"; > + kvalue = atoi(optarg); > + if (mvalue < 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ should be kvalue > + errx(10, "bad %s (%s)", name, optarg); > + kflag = 1; > + break; -- bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N