Changes committed to git://oss.sgi.com/pcp/pcp.git dev
debian/control | 2 +-
src/pmdas/linux_proc/pmda.c | 2 +-
src/pmdas/logger/event.c | 3 ---
src/pmdas/logger/event.h | 1 +
4 files changed, 3 insertions(+), 5 deletions(-)
commit 083a173cad50597bf646ce514ccc64912955c15d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 6 20:05:18 2013 +1100
Dodge a seemingly bogus uninit'd variable warning
commit b8f72f31a9539abc8e42724caf5b7eaeaeddd9bd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 6 19:33:25 2013 +1100
Add deb build dependency on python-all, not just python
commit 76becf8f65e0e02ab22de571c1b4126c754102d0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 6 19:29:57 2013 +1100
Ensure sys/stat.h is presented early enough in pmdalogger builds
On Mac OS X a header file warning was observed:
In file included from event.c:18:
event.h:29: error: field 'pathstat' has incomplete type
because the sys/stat.h #include comes after the event.h #include.
Resolveed by moving the stat.h include before event.h in event.c.
|