summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/time.h')
-rw-r--r--ace/os_include/sys/time.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/os_include/sys/time.h b/ace/os_include/sys/time.h
index db8845f418b..e23b5d366e7 100644
--- a/ace/os_include/sys/time.h
+++ b/ace/os_include/sys/time.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file time.h
+ * @file os_time.h
*
* time types
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_SYS_TIME_H
-#define ACE_OS_INCLUDE_SYS_TIME_H
+#ifndef ACE_OS_INCLUDE_SYS_OS_TIME_H
+#define ACE_OS_INCLUDE_SYS_OS_TIME_H
#include "ace/pre.h"
@@ -28,8 +28,8 @@
#include "ace/os_include/sys/select.h"
#if !defined (ACE_LACKS_SYS_TIME_H)
-# include /**/ <sys/time.h>
+# include /**/ <sys/time.h>
#endif /* !ACE_LACKS_SYS_TIME_H */
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_SYS_TIME_H */
+#endif /* ACE_OS_INCLUDE_SYS_OS_TIME_H */