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:
Martin Baulig
1998-06-06 18:42:14 +00:00
committed by Martin Baulig
parent f92d7f9ee7
commit 222df2c7d6
16 changed files with 15 additions and 68 deletions

View File

@@ -27,7 +27,7 @@ const char *glibtop_names_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
"trs", "lrs", "drs", "dt", "start_code", "end_code", "start_stack"
};
const char *glibtop_types_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
const unsigned glibtop_types_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
{
GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG,
GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,