summaryrefslogtreecommitdiff
path: root/kern/tru64/printf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kern/tru64/printf.cc')
-rw-r--r--kern/tru64/printf.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/kern/tru64/printf.cc b/kern/tru64/printf.cc
index 3dd1ee664..65e78d0fa 100644
--- a/kern/tru64/printf.cc
+++ b/kern/tru64/printf.cc
@@ -37,6 +37,8 @@
using namespace std;
+namespace Tru64 {
+
void
Printf(AlphaArguments args)
{
@@ -260,3 +262,5 @@ Printf(AlphaArguments args)
DebugOut().fill(old_fill);
DebugOut().precision(old_precision);
}
+
+} // namespace Tru64