Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
configure.in | 19 ++++++++++++++++---
src/include/platform_defs.h.in | 11 +++++++----
src/libpcp/src/logmeta.c | 1 +
src/libpcp/src/pmns.c | 1 +
src/pmdas/sample/Install | 4 +++-
src/pmns/pmnsdel.c | 1 +
src/pmns/pmnsmerge.c | 1 +
src/pmnscomp/pmnscomp.c | 1 +
8 files changed, 31 insertions(+), 8 deletions(-)
commit 05105512d6ae858cc83999b4fcb7e7e5df8fa90c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 25 09:56:55 2007 +1000
Tweak the configure logic for ptrdiff_t, which comes from stddef.h
on MacOSX, and not malloc.h which doesn't exist on that platform.
Fix a couple of typos in configure and platform_defs too.
commit 2f4a1c8805ad3ae47473b07080cf3736a8a66b9a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 25 09:00:46 2007 +1000
Fix sample PMDA in DSO mode on MacOSX, where DSO suffix is not ".so".
|