diff options
author | Olli Savia <ops@iki.fi> | 2007-02-08 08:05:27 +0000 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2007-02-08 08:05:27 +0000 |
commit | c72be4711f57cf97cdcae93e61a8586d34087b72 (patch) | |
tree | 222828d2f36884d31ae31bc64b63ce703a56fb6f /ACE | |
parent | f58884eebced884dfc36bf2e570419fd8d55a779 (diff) | |
download | ATCD-c72be4711f57cf97cdcae93e61a8586d34087b72.tar.gz |
ChangeLogTag: Thu Feb 8 08:03:57 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ChangeLog | 5 | ||||
-rw-r--r-- | ACE/ace/config-openbsd.h | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 46871809221..eacf2b11000 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 8 08:03:57 UTC 2007 Olli Savia <ops@iki.fi> + + * ace/config-openbsd.h: + Removed ACE_LACKS_CLEARERR and added ACE_HAS_3_PARAM_READDIR_R. + Wed Feb 7 23:04:49 UTC 2007 Wallace Zhang <zhang_w@ociweb.com> * bin/tao_other_tests.lst: diff --git a/ACE/ace/config-openbsd.h b/ACE/ace/config-openbsd.h index ff7ca61e423..4d8d79a994b 100644 --- a/ACE/ace/config-openbsd.h +++ b/ACE/ace/config-openbsd.h @@ -225,10 +225,6 @@ // Platform has POSIX terminal interface. #define ACE_HAS_TERMIOS -// OpenBSD actually has the clearerr call, but it causes a -// bogus compiler syntax error. -#define ACE_LACKS_CLEARERR - // OpenBSD 3.2 lacks sched_setscheduler (see /usr/src/lib/libc_r/TODO) #define ACE_LACKS_SETSCHED @@ -236,5 +232,7 @@ // has compile errors. //#define ACE_HAS_IPV6 +#define ACE_HAS_3_PARAM_READDIR_R + #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |