summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-17 08:13:42 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-17 08:13:42 +0000
commit3f20e4a150794ec0b7bf61b21efb8ccc6e89125c (patch)
treee371d9f48bb18adb206c8b35785d81e6e36e4c09
parent5b53e6f33607419e8ae60a6c09954c2cda0fd288 (diff)
downloadATCD-3f20e4a150794ec0b7bf61b21efb8ccc6e89125c.tar.gz
ChangeLogTag: Tue Jun 17 08:13:00 UTC 2008 Simon Massey <sma at prismtech dot com>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/include/makeinclude/platform_sunos5_common.GNU2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c1a4e2ef9e3..d59fe6f04cf 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 17 08:13:00 UTC 2008 Simon Massey <sma at prismtech dot com>
+
+ * include/make_include/platform_sunos5_common.GNU:
+
+ Changed default "kstat ?= 1" at Johnny Willemsens request.
+
Tue Jun 17 06:42:51 UTC 2008 Yan Dai <dai_y@ociweb.com>
* ace/Stack_Trace.cpp:
diff --git a/ACE/include/makeinclude/platform_sunos5_common.GNU b/ACE/include/makeinclude/platform_sunos5_common.GNU
index ce26be892f0..88964e72bfc 100644
--- a/ACE/include/makeinclude/platform_sunos5_common.GNU
+++ b/ACE/include/makeinclude/platform_sunos5_common.GNU
@@ -16,7 +16,7 @@ ifeq ($(shell /bin/uname -r),5.11)
# Solaris 11 puts sendfile() in a separate library.
LIBS += -lsendfile
endif
-kstat ?= 0
+kstat ?= 1
ifeq ($(kstat),1)
# Unguard the raw monitor code and link the system lib.
CFLAGS += -DACE_HAS_KSTAT