Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 376263 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- ./cpp/src/Freeze/MapI.cpp   
0
++ ./cpp/src/Freeze/MapI.cpp                                      
Lines 1487-1496 Freeze::MapHelperI::size() const Link Here
1487
    try
1487
    try
1488
    {
1488
    {
1489
#if DB_VERSION_MAJOR != 4
1489
#if DB_VERSION_MAJOR < 4
1490
#error Freeze requires DB 4.x
1490
#error Freeze requires DB 4.x or greater
1491
#endif
1491
#endif
1492
#if DB_VERSION_MINOR < 3
1492
#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR < 3
1493
        _db->stat(&s, 0);
1493
        _db->stat(&s, 0);
1494
#else
1494
#else
1495
        _db->stat(_connection->dbTxn(), &s, 0);
1495
        _db->stat(_connection->dbTxn(), &s, 0);

Return to bug 376263