summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 13:38:59 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 13:38:59 +0000
commit2f3354106b0cc534c933e66baceb7c79e147f13f (patch)
tree379cb579fcc4b6d4df30baaa5178af2b20fcb936
parentacabb5cafd8da38e6e79ecd5b076de38073fa351 (diff)
downloadATCD-2f3354106b0cc534c933e66baceb7c79e147f13f.tar.gz
ChangeLogTag:Sat May 17 13:41:38 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/config-freebsd.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29fab00624e..9c83e9a0026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 17 13:41:38 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/config-freebsd.h:
+ Added ACE_LACKS_STROPTS_H.
+
Fri May 16 18:26:11 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/os_include/aio.h:
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index e8c2fec976f..829394c7738 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -242,6 +242,8 @@ extern "C" { char * cuserid (char *s); }
#include <sys/signal.h>
typedef union sigval sigval_t;
+#define ACE_LACKS_STROPTS_H
+
#include "ace/post.h"
#endif /* ACE_CONFIG_H */