Removed that file.
1998-06-06 Martin Baulig <martin@home-of-linux.org> * sysdeps/names/procdata.c: Removed that file. * sysdeps/names/*.c: Fixed declaration of `glibtop_types_*'.
This commit is contained in:
committed by
Martin Baulig
parent
f92d7f9ee7
commit
222df2c7d6
@@ -26,7 +26,7 @@ const char *glibtop_names_cpu [GLIBTOP_MAX_CPU] =
|
||||
"total", "user", "nice", "sys", "idle", "frequency"
|
||||
};
|
||||
|
||||
const char *glibtop_types_cpu [GLIBTOP_MAX_CPU] =
|
||||
const unsigned glibtop_types_cpu [GLIBTOP_MAX_CPU] =
|
||||
{
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
|
||||
GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
|
||||
|
Reference in New Issue
Block a user