diff options
-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 */ |