Compare commits
2 Commits
LIBGTOP_2_
...
LIBGTOP_2_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5ccf3404b | ||
|
|
b17762a5ae |
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
||||
27 August 2007: Overview of changes in 2.19.92
|
||||
==============================================
|
||||
* Fixed stupid hardwired path in linux/sysinfo.c
|
||||
|
||||
26 August 2007: Overview of changes in 2.19.91
|
||||
==============================================
|
||||
* Translations updates.
|
||||
|
||||
@@ -4,7 +4,7 @@ dnl
|
||||
|
||||
m4_define([libgtop_major_version], [2])
|
||||
m4_define([libgtop_minor_version], [19])
|
||||
m4_define([libgtop_micro_version], [91])
|
||||
m4_define([libgtop_micro_version], [92])
|
||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||
|
||||
dnl increment if the interface has additions, changes, removals.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user