From b17762a5ae0ff5f347d327daae7cf79493cde067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 27 Aug 2007 05:59:15 +0000 Subject: [PATCH] Fixed cpuinfo path. Sorry :/ Fixed cpuinfo path. Sorry :/ svn path=/trunk/; revision=2641 --- sysdeps/linux/sysinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/linux/sysinfo.c b/sysdeps/linux/sysinfo.c index 9b3747de..9c82b7f5 100644 --- a/sysdeps/linux/sysinfo.c +++ b/sysdeps/linux/sysinfo.c @@ -26,7 +26,7 @@ #include "glibtop_private.h" -#define FILENAME "/home/benoit/Desktop/libgtop/cpuinfo8.txt" +#define FILENAME "/proc/cpuinfo" static const unsigned long _glibtop_sysdeps_sysinfo = (1L << GLIBTOP_SYSINFO_CPUINFO);