aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/polygraph/files/patch-src_runtime_StatPhase.cc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.9.0Dmitry Marakasov2016-01-151-21/+0
| | | | | | | | PR: 206242 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=406187
* benchmarks/polygraph: Fix c++ errors caught by modern compilersJohn Marino2013-10-011-0/+21
There were two scope issues caught by -fpermissions and another case of a redeclared variabled, all of which are caught on recent gcc. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329004