3f222a4d4a
So I now see the package was previously here; the reason for the move is to lighten a bit the devel category, which has lots of packages.
18 lines
551 B
Text
18 lines
551 B
Text
$NetBSD: patch-ac,v 1.3 2004/04/02 12:13:57 jmmv Exp $
|
|
|
|
--- include/glibtop/procstate.h.orig Tue Feb 23 06:43:11 1999
|
|
+++ include/glibtop/procstate.h Sun Aug 29 19:50:34 1999
|
|
@@ -36,6 +36,13 @@
|
|
|
|
#define GLIBTOP_MAX_PROC_STATE 4
|
|
|
|
+#define GLIBTOP_PROCESS_RUNNING 1
|
|
+#define GLIBTOP_PROCESS_INTERRUPTIBLE 2
|
|
+#define GLIBTOP_PROCESS_UNINTERRUPTIBLE 4
|
|
+#define GLIBTOP_PROCESS_ZOMBIE 8
|
|
+#define GLIBTOP_PROCESS_STOPPED 16
|
|
+#define GLIBTOP_PROCESS_SWAPPING 32
|
|
+
|
|
typedef struct _glibtop_proc_state glibtop_proc_state;
|
|
|
|
/* Name and status */
|