summaryrefslogtreecommitdiff
path: root/tests/Dirent_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-11 18:45:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-11 18:45:20 +0000
commit584329a39a15125282a7abe83be2a8e3965cfe93 (patch)
treee918556e2aa003520fdad9331922b76581ffdafc /tests/Dirent_Test.cpp
parent7611d5ee7d6112ca53d823908f331cd24a1c144c (diff)
downloadATCD-584329a39a15125282a7abe83be2a8e3965cfe93.tar.gz
ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'tests/Dirent_Test.cpp')
-rw-r--r--tests/Dirent_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Dirent_Test.cpp b/tests/Dirent_Test.cpp
index 79869e1613e..d6c71b313e7 100644
--- a/tests/Dirent_Test.cpp
+++ b/tests/Dirent_Test.cpp
@@ -31,7 +31,7 @@ main (int, ACE_TCHAR *[])
ACE_START_TEST (ACE_TEXT ("Dirent_Test"));
int status = 0;
- DIR *directory = ACE_OS::opendir (ACE_TEXT ("../tests"));
+ ACE_DIR *directory = ACE_OS::opendir (ACE_TEXT ("../tests"));
int entrycount = 0;
for (; ACE_OS::readdir(directory) != 0; entrycount++);