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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/os_include/sys/os_un.h b/ace/os_include/sys/os_un.h
index 5f3b7fe69f0..a9bf2457dc1 100644
--- a/ace/os_include/sys/os_un.h
+++ b/ace/os_include/sys/os_un.h
@@ -41,7 +41,7 @@ struct sockaddr_un {
short sun_family; // AF_UNIX.
char sun_path[108]; // path name.
};
-#endif /* VXWORKS */
+#endif /* ACE_VXWORKS */
#ifdef __cplusplus