summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-01 19:58:18 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-01 19:58:18 +0000
commitd61e93634194551130d142268a3940c1d72d0bb4 (patch)
treeae897bac0cdfa890b106578c25795cd3c7c98658 /ace
parentc1611f5144ae3db3fc75eab9b27e70a53ebf3ca8 (diff)
downloadATCD-d61e93634194551130d142268a3940c1d72d0bb4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 5a59a190fa1..372cbe68ab9 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -78,13 +78,13 @@ enum ACE_Recyclable_State
// Get OS.h to compile on some of the platforms without DIR info yet.
# if !defined (ACE_HAS_DIRENT)
- typedef int DIR;
- struct dirent {};
+typedef int DIR;
+struct dirent {};
# endif /* ACE_HAS_DIRENT */
# if defined (ACE_PSOS_TM)
- typedef long long longlong_t;
- typedef long id_t;
+typedef long long longlong_t;
+typedef long id_t;
# endif /* ACE_PSOS_TM */
# if defined (ACE_HAS_MOSTLY_UNICODE_APIS) && !defined (UNICODE)
@@ -5159,7 +5159,7 @@ struct ACE_Protocol_Info
#define ACE_SIO_GET_QOS (0x40000000 | 0x08000000 | 7)
#define ACE_SIO_MULTIPOINT_LOOPBACK (0x08000000 | 9)
#define ACE_SIO_MULTICAST_SCOPE (0x08000000 | 10)
-#define ACE_SIO_SET_QOS (0x08000000 | 11)
+#define ACE_SIO_SET_QOS (0x08000000 | 11)
#endif /* ACE_HAS_WINSOCK2 && ACE_HAS_WINSOCK2 != 0 */