summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-16 18:22:34 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-16 18:22:34 +0000
commitacabb5cafd8da38e6e79ecd5b076de38073fa351 (patch)
tree5819efd91571bc381ec5ed699fddc9eb78e7803d
parent44db6a21aaa9070c7830eb452346a5e8452b5351 (diff)
downloadATCD-acabb5cafd8da38e6e79ecd5b076de38073fa351.tar.gz
ChangeLogTag:Fri May 16 18:26:11 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog12
-rw-r--r--ace/os_include/aio.h6
-rw-r--r--ace/os_include/iconv.h2
-rw-r--r--ace/os_include/pthread.h2
-rw-r--r--ace/os_include/signal.h4
-rw-r--r--ace/os_include/stddef.h16
-rw-r--r--ace/os_include/stdint.h16
-rw-r--r--ace/os_include/sys/stat.h2
-rw-r--r--ace/os_include/ucontext.h2
9 files changed, 37 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 79621ec1117..29fab00624e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Fri May 16 18:26:11 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/os_include/aio.h:
+ * ace/os_include/iconv.h:
+ * ace/os_include/pthread.h:
+ * ace/os_include/signal.h:
+ * ace/os_include/stddef.h:
+ * ace/os_include/stdint.h:
+ * ace/os_include/ucontext.h:
+ * ace/os_include/sys/stat.h:
+ Nuked trailing whitespace.
+
Fri May 16 18:03:09 UTC 2003 Don Hinton <dhinton@dresystems.com>
Merged dre_osh_01 up to the main and rebranched to dre_osh_02
diff --git a/ace/os_include/aio.h b/ace/os_include/aio.h
index c4460ad4376..3ac08ff048b 100644
--- a/ace/os_include/aio.h
+++ b/ace/os_include/aio.h
@@ -2,8 +2,8 @@
//=============================================================================
/**
- * @file os_aio.h
- *
+ * @file os_aio.h
+ *
* asynchronous input and output (REALTIME)
*
* $Id$
@@ -24,7 +24,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// Inclusion of the <aio.h> header may make visible symbols defined in
+// Inclusion of the <aio.h> header may make visible symbols defined in
// the headers <fcntl.h>, <signal.h>, <sys/types.h>, and <time.h>.
#include "ace/os_include/signal.h" // for sigevent
diff --git a/ace/os_include/iconv.h b/ace/os_include/iconv.h
index 0323c2b0db9..afabba20cf6 100644
--- a/ace/os_include/iconv.h
+++ b/ace/os_include/iconv.h
@@ -24,7 +24,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/os_include/sys/types.h"
+#include "ace/os_include/sys/types.h"
#if !defined (ACE_LACKS_ICONV_H)
# include /**/ <iconv.h>
diff --git a/ace/os_include/pthread.h b/ace/os_include/pthread.h
index 7e070e6421e..fe672b0d4ee 100644
--- a/ace/os_include/pthread.h
+++ b/ace/os_include/pthread.h
@@ -50,7 +50,7 @@ extern "C" pthread_t pthread_self (void);
}
#endif /* !ACE_LACKS_PTHREAD_H */
-// @todo: need to reoganize to put includes at the top and the rest of the
+// @todo: need to reoganize to put includes at the top and the rest of the
// code at the bottom. Also, move the classes out of this file.
#if defined (ACE_HAS_PTHREADS)
# define ACE_SCHED_OTHER SCHED_OTHER
diff --git a/ace/os_include/signal.h b/ace/os_include/signal.h
index 26ba6cb574c..7bf849d0dcc 100644
--- a/ace/os_include/signal.h
+++ b/ace/os_include/signal.h
@@ -37,7 +37,7 @@
// This must come after signal.h is #included.
#if defined (SCO)
# define SIGIO SIGPOLL
-# include /**/ <sys/regset.h>
+# include /**/ <sys/regset.h>
#endif /* SCO */
#if defined (ACE_HAS_SIGINFO_T)
@@ -163,7 +163,7 @@ extern "C"
# define ACE_SIGURG -2
# define ACE_CLOEXEC -3
-#if defined (ACE_PSOS)
+#if defined (ACE_PSOS)
# if !defined (ACE_PSOSIM)
typedef void (* ACE_SignalHandler) (void);
typedef void (* ACE_SignalHandlerV) (void);
diff --git a/ace/os_include/stddef.h b/ace/os_include/stddef.h
index 6958fb560cf..1c83a7f5886 100644
--- a/ace/os_include/stddef.h
+++ b/ace/os_include/stddef.h
@@ -28,7 +28,7 @@
// @todo move this to a windows config file
// Add new macro ACE_LACKS_STDDEF_H
-#if defined (ACE_HAS_WINCE) && _WIN32_WCE < 400
+#if defined (ACE_HAS_WINCE) && _WIN32_WCE < 400
# if !define (ACE_LACKS_STDDEF_H)
# define ACE_LACKS_STDDEF_H
# define ACE_LACKS_PTRDIFF_T
@@ -56,8 +56,8 @@ extern "C"
#endif /* ACE_LACKS_NULL */
/*
- Integer constant expression of type size_t, the value of which is the offset
- in bytes to the structure member (member-designator), from the beginning of
+ Integer constant expression of type size_t, the value of which is the offset
+ in bytes to the structure member (member-designator), from the beginning of
its structure (type).
*/
#if defined (ACE_LACKS_OFFSETOF)
@@ -74,11 +74,11 @@ extern "C"
#endif /* ACE_LACKS_PTRDIFF_T */
/*
- Integer type whose range of values can represent distinct wide-character
- codes for all members of the largest character set specified among the
- locales supported by the compilation environment: the null character has
- the code value 0 and each member of the portable character set has a code
- value equal to its value when used as the lone character in an integer
+ Integer type whose range of values can represent distinct wide-character
+ codes for all members of the largest character set specified among the
+ locales supported by the compilation environment: the null character has
+ the code value 0 and each member of the portable character set has a code
+ value equal to its value when used as the lone character in an integer
character constant.
*/
#if defined (ACE_LACKS_WCHAR_T)
diff --git a/ace/os_include/stdint.h b/ace/os_include/stdint.h
index 28747194f23..85e073ac024 100644
--- a/ace/os_include/stdint.h
+++ b/ace/os_include/stdint.h
@@ -129,22 +129,22 @@ extern "C"
// @todo pull in ACE class here
// 64 bit will be a problem, but stub it out for now
/*
-If an implementation provides integer types with width 64 that meet
+If an implementation provides integer types with width 64 that meet
these requirements, then the following types are required: int64_t uint64_t
In particular, this will be the case if any of the following are true:
-The implementation supports the _POSIX_V6_ILP32_OFFBIG programming
-environment and the application is being built in the
-_POSIX_V6_ILP32_OFFBIG programming environment (see the Shell and
+The implementation supports the _POSIX_V6_ILP32_OFFBIG programming
+environment and the application is being built in the
+_POSIX_V6_ILP32_OFFBIG programming environment (see the Shell and
Utilities volume of IEEE Std 1003.1-2001, c99, Programming Environments).
-The implementation supports the _POSIX_V6_LP64_OFF64 programming
-environment and the application is being built in the
+The implementation supports the _POSIX_V6_LP64_OFF64 programming
+environment and the application is being built in the
_POSIX_V6_LP64_OFF64 programming environment.
-The implementation supports the _POSIX_V6_LPBIG_OFFBIG programming
-environment and the application is being built in the
+The implementation supports the _POSIX_V6_LPBIG_OFFBIG programming
+environment and the application is being built in the
_POSIX_V6_LPBIG_OFFBIG programming environment.
*/
#if defined (ACE_LACKS_INT64_T)
diff --git a/ace/os_include/sys/stat.h b/ace/os_include/sys/stat.h
index 8581ce3b3ca..6fef6479509 100644
--- a/ace/os_include/sys/stat.h
+++ b/ace/os_include/sys/stat.h
@@ -4,7 +4,7 @@
/**
* @file os_stat.h
*
- * data returned by the stat() function
+ * data returned by the stat() function
*
* $Id$
*
diff --git a/ace/os_include/ucontext.h b/ace/os_include/ucontext.h
index 5df82fac1c0..3576def7c27 100644
--- a/ace/os_include/ucontext.h
+++ b/ace/os_include/ucontext.h
@@ -24,7 +24,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// @todo need to define sigset_t both here and in signal.h, but
+// @todo need to define sigset_t both here and in signal.h, but
// there is a circular dependancy since signal.h needs to include ucontext.h
//#include "ace/os_include/signal.h"