From ca42f1f3af153374f3b0a66f7f470776981e3f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 8 Aug 2015 11:05:25 +0200 Subject: [PATCH] Define glibtop_machine for Linux as empty because it's not used. Fix compilation. --- sysdeps/linux/glibtop_machine.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sysdeps/linux/glibtop_machine.h b/sysdeps/linux/glibtop_machine.h index 133d7c84..14a21bf2 100644 --- a/sysdeps/linux/glibtop_machine.h +++ b/sysdeps/linux/glibtop_machine.h @@ -22,9 +22,7 @@ #ifndef __GLIBTOP_MACHINE_H__ #define __GLIBTOP_MACHINE_H__ -#include -#include -#include +#include G_BEGIN_DECLS @@ -32,8 +30,6 @@ typedef struct _glibtop_machine glibtop_machine; struct _glibtop_machine { - guint64 reserved[8]; - int reserved[8]; }; G_END_DECLS