diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-04 08:19:45 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-04 08:19:45 +0000 |
commit | 7d502e2250702e7ad8bc6abd59db03cd6339bd2b (patch) | |
tree | d74ce6eafeb5589c5f672e38844fb85d55d9a732 | |
parent | f539e3983c46825df16abef8af7ee103e1759c81 (diff) | |
download | ATCD-7d502e2250702e7ad8bc6abd59db03cd6339bd2b.tar.gz |
ChangeLogTag:Tue Nov 4 08:18:37 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ace/OS_NS_signal.h | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index da3c9482af7..878e25ce003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Nov 4 08:18:37 UTC 2003 Don Hinton <dhinton@dresystems.com> + + * ace/OS_NS_signal.h: + Removed include of OS_export and changed ACE_OS_Export ot + ACE_Export to fix compile errors. + Wed Nov 4 06:15:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl> The following list of changes fixes build errors in the Borland builds diff --git a/ace/OS_NS_signal.h b/ace/OS_NS_signal.h index d7817030127..41365e7ab8b 100644 --- a/ace/OS_NS_signal.h +++ b/ace/OS_NS_signal.h @@ -27,7 +27,6 @@ #include "ace/os_include/os_signal.h" #include "ace/ACE_export.h" -#include "ace/OS_export.h" #if defined (ACE_EXPORT_MACRO) # undef ACE_EXPORT_MACRO @@ -51,7 +50,7 @@ //typedef const char **SYS_SIGLIST; # if !defined (ACE_HAS_SIGINFO_T) -struct ACE_OS_Export siginfo_t +struct ACE_Export siginfo_t { siginfo_t (ACE_HANDLE handle); siginfo_t (ACE_HANDLE *handles); // JCEJ 12/23/96 |