summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-08-07 18:01:43 +0800
committerMatthew Newhook <matthew@zeroc.com>2009-08-07 18:01:43 +0800
commit5c9e6e5d3d1873ea232bf05ed2f6be8d290c8583 (patch)
tree66b739dff9ee9cbdc113a158c30ef80ae84ac218 /cpp/src/IceGrid/ServerI.cpp
parentRevert "Changes for bug 3962 and 4714" (diff)
downloadice-5c9e6e5d3d1873ea232bf05ed2f6be8d290c8583.tar.bz2
ice-5c9e6e5d3d1873ea232bf05ed2f6be8d290c8583.tar.xz
ice-5c9e6e5d3d1873ea232bf05ed2f6be8d290c8583.zip
merged in both of Jose's 4071 fixes.
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r--cpp/src/IceGrid/ServerI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp
index 901fc5eae30..176c41f20c5 100644
--- a/cpp/src/IceGrid/ServerI.cpp
+++ b/cpp/src/IceGrid/ServerI.cpp
@@ -97,8 +97,8 @@ chownRecursive(const string& path, uid_t uid, gid_t gid)
{
name = path + "/" + name;
- OS::structstat buf;
- if(OS::osstat(name, &buf) == -1)
+ IceInternal::OS::structstat buf;
+ if(IceInternal::OS::osstat(name, &buf) == -1)
{
throw "cannot stat `" + name + "':\n" + IceUtilInternal::lastErrorToString();
}