mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Merge OpenBSD patches from ports
This commit is contained in:
parent
6994caa18b
commit
09ac517343
@ -56,6 +56,10 @@
|
||||
#include <net80211/ieee80211_ioctl.h>
|
||||
|
||||
#include "conky.h"
|
||||
#include "diskio.h"
|
||||
#include "logging.h"
|
||||
#include "openbsd.h"
|
||||
#include "top.h"
|
||||
|
||||
#define MAXSHOWDEVS 16
|
||||
|
||||
@ -659,6 +663,10 @@ void clear_diskio_stats()
|
||||
{
|
||||
}
|
||||
|
||||
struct diskio_stat *prepare_diskio_stat(const char *s)
|
||||
{
|
||||
}
|
||||
|
||||
void update_diskio()
|
||||
{
|
||||
return; /* XXX: implement? hifi: not sure how */
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define OPENBSD_H_
|
||||
|
||||
#include "common.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/sensors.h>
|
||||
#include <machine/apmvar.h>
|
||||
|
Loading…
Reference in New Issue
Block a user