2009-05-10 15:07:47 -04:00
|
|
|
$OpenBSD: patch-src_openbsd_c,v 1.6 2009/05/10 19:07:47 sthen Exp $
|
|
|
|
--- src/openbsd.c.orig Mon Mar 30 05:55:51 2009
|
|
|
|
+++ src/openbsd.c Sun May 10 12:23:14 2009
|
|
|
|
@@ -56,6 +56,10 @@
|
|
|
|
#include <net80211/ieee80211_ioctl.h>
|
2008-09-30 05:54:19 -04:00
|
|
|
|
2009-05-10 15:07:47 -04:00
|
|
|
#include "conky.h"
|
|
|
|
+#include "diskio.h"
|
|
|
|
+#include "logging.h"
|
|
|
|
+#include "openbsd.h"
|
|
|
|
+#include "top.h"
|
2008-09-30 05:54:19 -04:00
|
|
|
|
2009-05-10 15:07:47 -04:00
|
|
|
#define MAXSHOWDEVS 16
|
|
|
|
|
|
|
|
@@ -656,6 +660,10 @@ cleanup:
|
2008-09-30 05:54:19 -04:00
|
|
|
#endif
|
|
|
|
|
2009-05-10 15:07:47 -04:00
|
|
|
void clear_diskio_stats()
|
2008-09-30 05:54:19 -04:00
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
2009-05-10 15:07:47 -04:00
|
|
|
+struct diskio_stat *prepare_diskio_stat(const char *s)
|
2008-09-30 05:54:19 -04:00
|
|
|
{
|
2009-05-10 15:07:47 -04:00
|
|
|
}
|
2008-09-30 05:54:19 -04:00
|
|
|
|