From owner-cvs-all Fri Nov 2 11: 1: 7 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 1056837B407; Fri, 2 Nov 2001 11:01:04 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA2J14D24228; Fri, 2 Nov 2001 11:01:04 -0800 (PST) (envelope-from joerg) Message-Id: <200111021901.fA2J14D24228@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 2 Nov 2001 11:01:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/bonnie++/files patch-bonnie++.cpp 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 joerg 2001/11/02 11:01:03 PST Added files: benchmarks/bonnie++/files patch-bonnie++.cpp Log: Setting optind to 0 before calling getopt(3) is a stupid idea; it would cause argv[0] to be evaluated as a program option, which is usually not what we want. ;-) Just leave it alone, the library is supposed to DTRT anyway. Revision Changes Path 1.1 +10 -0 ports/benchmarks/bonnie++/files/patch-bonnie++.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message