Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 11:01:03 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/benchmarks/bonnie++/files patch-bonnie++.cpp
Message-ID:  <200111021901.fA2J14D24228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111021901.fA2J14D24228>