tmux-mem-cpu-load/openbsd
Pawel "l0ner" Soltys c052f58eab Workaround for compilation on OpenBSD 5.6
On OpenBSD 5.6 sys/ucred.h uses NGROUP define, but misses include to
sys/param.h in which NGROUP is defined. sys/ucred.h is included in
sys/mount.h which we need to get the cached ram. Because of this include
chain our compilation will fail with missing NGROUP define. This can be
resolved by including in our code (and in correct order) system headers.
2015-01-26 20:25:00 +01:00
..
cpu.cc Strip unnecessary whitespaces 2015-01-20 15:03:49 +01:00
cpu.h removed junk, reindentation to adhere to style guidelines 2015-01-20 15:03:49 +01:00
error.h removed junk, reindentation to adhere to style guidelines 2015-01-20 15:03:49 +01:00
load.cc fix missing headers on OpenBSD 2015-01-21 13:43:42 +01:00
load.h removed junk, reindentation to adhere to style guidelines 2015-01-20 15:03:49 +01:00
memory.cc Workaround for compilation on OpenBSD 5.6 2015-01-26 20:25:00 +01:00
memory.h removed junk, reindentation to adhere to style guidelines 2015-01-20 15:03:49 +01:00