summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/os_un.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/os_un.h')
-rw-r--r--ace/os_include/sys/os_un.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/os_include/sys/os_un.h b/ace/os_include/sys/os_un.h
index a9bf2457dc1..1b2e5aca9ef 100644
--- a/ace/os_include/sys/os_un.h
+++ b/ace/os_include/sys/os_un.h
@@ -36,12 +36,12 @@ extern "C"
{
#endif /* __cplusplus */
-#if defined (ACE_VXWORKS) && (ACE_VXWORKS <= 0x600)
+#if defined (VXWORKS)
struct sockaddr_un {
short sun_family; // AF_UNIX.
char sun_path[108]; // path name.
};
-#endif /* ACE_VXWORKS */
+#endif /* VXWORKS */
#ifdef __cplusplus