From owner-cvs-all Fri Jun 8 21:32:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B576637B401; Fri, 8 Jun 2001 21:32:47 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f594WlJ01748; Fri, 8 Jun 2001 21:32:47 -0700 (PDT) (envelope-from dd) Message-Id: <200106090432.f594WlJ01748@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 8 Jun 2001 21:32:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/06/08 21:32:47 PDT Modified files: sbin/dump main.c Log: Since we use getopt (in rev. 1.12), there's no need for the case's for the individual options to increment argv and decrement argc. This caused the -T option to swallow an extra argument. PR: 27982 Submitted by: Samuel Greear Revision Changes Path 1.23 +1 -3 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message