summaryrefslogtreecommitdiff
path: root/ace/OS_NS_unistd.inl
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-13 16:21:54 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-13 16:21:54 +0000
commit5e7ccc6608f234793a33b0fae2f688a6029a010a (patch)
tree4e77d9c9556e73cbd0f04c0ad677f5c4e93c835a /ace/OS_NS_unistd.inl
parent75d5b3da0ae542ca963e9ab1352d51907b600f3f (diff)
downloadATCD-5e7ccc6608f234793a33b0fae2f688a6029a010a.tar.gz
ChangeLogTag: Wed Apr 13 19:07:41 2005 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ace/OS_NS_unistd.inl')
-rw-r--r--ace/OS_NS_unistd.inl4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/OS_NS_unistd.inl b/ace/OS_NS_unistd.inl
index fb0380c44c7..9924180c1c0 100644
--- a/ace/OS_NS_unistd.inl
+++ b/ace/OS_NS_unistd.inl
@@ -158,8 +158,6 @@ ACE_OS::rmdir (const char *path)
phile_path = (char *) ACE_OS::malloc (strlen (path));
if (phile_path == 0)
{
-// ACE_OS::printf ("malloc in remove_dir failed: [%X]\n",
-// errno);
return -1;
}
else
@@ -192,7 +190,7 @@ ACE_OS::rmdir (const char *path)
int, -1);
#else
ACE_OSCALL_RETURN (::rmdir (path), int, -1);
-#endif /* ACE_HAS_PACE */
+#endif /* ACE_PSOS_LACKS_PHILE */
}
#if defined (ACE_HAS_WCHAR)