summaryrefslogtreecommitdiff
path: root/tests/Enum_Interfaces_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-08 18:54:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-08 18:54:45 +0000
commit76cdde696b793a1c20068e3ef500fb1108aaabff (patch)
tree385eb668ab89fb42c806ef062e9d5418d141f557 /tests/Enum_Interfaces_Test.cpp
parentb25435feaf4452dc8986b1a2aff8917c65b73035 (diff)
downloadATCD-76cdde696b793a1c20068e3ef500fb1108aaabff.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Enum_Interfaces_Test.cpp')
-rw-r--r--tests/Enum_Interfaces_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Enum_Interfaces_Test.cpp b/tests/Enum_Interfaces_Test.cpp
index f4babaf9011..04788c260bd 100644
--- a/tests/Enum_Interfaces_Test.cpp
+++ b/tests/Enum_Interfaces_Test.cpp
@@ -37,7 +37,7 @@ main (int, char *[])
ACE_START_TEST ("Enum_interfaces");
ACE_INET_Addr *the_addr_array;
- ACE_UINT32 how_many = 0;
+ size_t how_many = 0;
int rc = ACE::get_ip_interfaces (how_many, the_addr_array);