Minor cleanups.

This commit is contained in:
Martin Baulig
1998-08-12 23:05:36 +00:00
parent e7b174f995
commit baea8b9603
2 changed files with 3 additions and 29 deletions

View File

@@ -29,14 +29,7 @@
#include <sys/param.h>
#include <sys/sysctl.h>
static const unsigned long _glibtop_sysdeps_proc_segment =
(1 << GLIBTOP_PROC_SEGMENT_TRS);
/* (1 << GLIBTOP_PROC_SEGMENT_LRS) +
(1 << GLIBTOP_PROC_SEGMENT_DRS) +
(1 << GLIBTOP_PROC_SEGMENT_DT) +
(1 << GLIBTOP_PROC_SEGMENT_START_CODE) +
(1 << GLIBTOP_PROC_SEGMENT_END_CODE) +
(1 << GLIBTOP_PROC_SEGMENT_START_STACK) */
static const unsigned long _glibtop_sysdeps_proc_segment = 0;
/* Init function. */