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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
-- a/tools/bio.cc
0
++ b/tools/bio.cc
Lines 42-48 Link Here
42
#include "i18n.h"
42
#include "i18n.h"
43
43
44
using namespace std;
44
using namespace std;
45
using namespace std::tr1;
46
using namespace Barry;
45
using namespace Barry;
47
46
48
// keeping a record of all the -i device / -o device pin numbers, so
47
// keeping a record of all the -i device / -o device pin numbers, so
49
-- a/tools/btool.cc
48
++ b/tools/btool.cc
Lines 59-65 Link Here
59
#include "barrygetopt.h"
59
#include "barrygetopt.h"
60
60
61
using namespace std;
61
using namespace std;
62
using namespace std::tr1;
63
using namespace Barry;
62
using namespace Barry;
64
63
65
std::map<std::string, std::string> SortKeys;
64
std::map<std::string, std::string> SortKeys;

Return to bug 566910