diff options
Diffstat (limited to 'tests/Enum_Interfaces_Test.cpp')
-rw-r--r-- | tests/Enum_Interfaces_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Enum_Interfaces_Test.cpp b/tests/Enum_Interfaces_Test.cpp index c08692010a4..bbf9097f2b8 100644 --- a/tests/Enum_Interfaces_Test.cpp +++ b/tests/Enum_Interfaces_Test.cpp @@ -38,8 +38,8 @@ main (int, ACE_TCHAR *[]) { ACE_START_TEST (ACE_TEXT ("Enum_Interfaces_Test")); - struct utsname uname; - ACE_OS::uname(&uname); + ACE_utsname uname; + ACE_OS::uname (&uname); ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Machine: %s running on %s\n"), uname.nodename, uname.machine )); ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Platform: %s, %s, %s\n"), |