diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-04-03 09:13:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-04-03 09:13:51 +0000 |
commit | d7243b7bdfc526becf5c71f364ca6b415ea6b1a6 (patch) | |
tree | f86b04dc29828781bd515cd87b661a231bf271f2 | |
parent | caba7f5df8ce8406c96bb524239ebb4e9b33d56b (diff) | |
download | ATCD-d7243b7bdfc526becf5c71f364ca6b415ea6b1a6.tar.gz |
ChangeLogTag:Mon Apr 3 04:07:47 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rw-r--r-- | ace/config-freebsd-pthread.h | 1 |
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8ea88cedf0f..734d49c27d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 3 04:07:47 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/config-freebsd-pthread.h: Added a #define for + ACE_HAS_ALT_CUSERID so that ACE will build on recent FreeBSD + releases. Thanks to Raymond Wiker <raymond@orion.no> for + reporting this. + Sun Apr 2 21:32:20 2000 Vishal Kachroo <vishal@cs.wustl.edu> * ace/SOCK.cpp: removed the extra #ifdef diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 8ea88cedf0f..734d49c27d7 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Mon Apr 3 04:07:47 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/config-freebsd-pthread.h: Added a #define for + ACE_HAS_ALT_CUSERID so that ACE will build on recent FreeBSD + releases. Thanks to Raymond Wiker <raymond@orion.no> for + reporting this. + Sun Apr 2 21:32:20 2000 Vishal Kachroo <vishal@cs.wustl.edu> * ace/SOCK.cpp: removed the extra #ifdef diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 8ea88cedf0f..734d49c27d7 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Mon Apr 3 04:07:47 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/config-freebsd-pthread.h: Added a #define for + ACE_HAS_ALT_CUSERID so that ACE will build on recent FreeBSD + releases. Thanks to Raymond Wiker <raymond@orion.no> for + reporting this. + Sun Apr 2 21:32:20 2000 Vishal Kachroo <vishal@cs.wustl.edu> * ace/SOCK.cpp: removed the extra #ifdef diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index 60d17701d15..414bfd28e76 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -39,6 +39,7 @@ #define ACE_HAS_GPERF +#define ACE_HAS_ALT_CUSERID #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS #define ACE_LACKS_GETPGID #define ACE_LACKS_SETPGID |