]> git.pld-linux.org Git - packages/procps.git/commitdiff
- added definition FILLBUG from previous version of procps
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 28 Jul 2003 16:36:06 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    procps-FILLBUG_backport.patch -> 1.1

procps-FILLBUG_backport.patch [new file with mode: 0644]

diff --git a/procps-FILLBUG_backport.patch b/procps-FILLBUG_backport.patch
new file mode 100644 (file)
index 0000000..f732350
--- /dev/null
@@ -0,0 +1,13 @@
+--- ./proc/readproc.h.org      Wed Jul  2 01:27:26 2003
++++ ./proc/readproc.h  Mon Jul 28 18:35:01 2003
+@@ -213,7 +213,9 @@
+ #define PROC_FILLWCHAN  0x0080 /* look up WCHAN name */
+ #define PROC_FILLARG    0x0100 /* alloc and fill in `cmdline' */
+-#define PROC_FILLANY    0x0000 /* either stat or status will do */
++#define PROC_FILLANY  0x0000  /* either stat or status will do */
++// Backport from procps 2.0.7 - needed by pTools (what for?)
++#define PROC_FILLBUG  0x3f    /* No idea what we need */
+ /* Obsolete, consider only processes with one of the passed: */
+ #define PROC_PID     0x1000  /* process id numbers ( 0   terminated) */
This page took 0.083416 seconds and 4 git commands to generate.