summaryrefslogtreecommitdiff
path: root/ace/OS_Dirent.inl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 20:31:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-07 20:31:41 +0000
commitd2d0bfec329e4e7badc7b9e45645e2a08a196934 (patch)
treebcc21e1902f00eaf892374698a7a86db18505e63 /ace/OS_Dirent.inl
parent113e12a11998ec25232d54126056d15bb3da7f95 (diff)
downloadATCD-d2d0bfec329e4e7badc7b9e45645e2a08a196934.tar.gz
ChangeLogTag:Wed Jun 7 13:24:22 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/OS_Dirent.inl')
-rw-r--r--ace/OS_Dirent.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/OS_Dirent.inl b/ace/OS_Dirent.inl
index a66b9f9c7fc..e39373a2fbc 100644
--- a/ace/OS_Dirent.inl
+++ b/ace/OS_Dirent.inl
@@ -43,7 +43,7 @@ ACE_OS_Dirent::closedir (DIR *d)
{
#if defined (ACE_HAS_DIRENT)
# if defined (ACE_PSOS)
-
+
u_long result;
# if defined (ACE_PSOS_DIAB_PPC)
@@ -131,7 +131,6 @@ ACE_OS_Dirent::readdir_r (DIR *dirp,
# else
return ::readdir_r (dirp, entry, result);
# endif /* defined (__GNUG__) && defined (DIGITAL_UNIX) */
- return ::readdir_r (dirp, entry, result);
# else /* ! POSIX.1c - this is draft 4 or draft 6 */
# if defined (HPUX_10) /* But HP 10.x doesn't follow the draft either */
*result = entry;