# | Line 1 | Line 1 | |
---|---|---|
1 | #include <stdio.h> | |
2 | #include <stdlib.h> | |
3 | + | #ifdef SOLARIS |
4 | + | #include <sys/loadavg.h> |
5 | + | #endif |
6 | #include "ukcprog.h" | |
7 | ||
8 | char *get_load_stats(){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |