summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorErik Sohns <erik.sohns@posteo.de>2021-09-03 20:02:35 +0200
committerErik Sohns <erik.sohns@posteo.de>2021-09-03 20:02:35 +0200
commitd5cd9e453ea4dcb1edc23cd44441c0d7d6138175 (patch)
tree5cfdb8708d7388a0a119a59fd4493e3f76ab9f9e /ACE/tests
parent41ed6db137eef43ad432dd3bb8fb74af4a796647 (diff)
downloadATCD-d5cd9e453ea4dcb1edc23cd44441c0d7d6138175.tar.gz
fixed compilation issue (ubuntu)
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Basic_Types_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Basic_Types_Test.cpp b/ACE/tests/Basic_Types_Test.cpp
index d9db03d54b6..11bf1a55fe0 100644
--- a/ACE/tests/Basic_Types_Test.cpp
+++ b/ACE/tests/Basic_Types_Test.cpp
@@ -33,8 +33,8 @@
using a_function_pointer = void *(*)(void *);
static
-u_int
-check (const ACE_TCHAR *message, u_int i, u_int j)
+ACE_UINT32
+check (const ACE_TCHAR* message, ACE_UINT32 i, ACE_UINT32 j)
{
if (i == j)
{
@@ -50,8 +50,8 @@ check (const ACE_TCHAR *message, u_int i, u_int j)
}
static
-u_int
-check64 (const ACE_TCHAR* message, u_int64 i, u_int64 j)
+ACE_UINT32
+check64 (const ACE_TCHAR* message, ACE_UINT64 i, ACE_UINT64 j)
{
if (i == j)
{