]> git.pld-linux.org Git - packages/procps.git/blob - procps-FILLBUG_backport.patch
- versioned Obsoletes
[packages/procps.git] / procps-FILLBUG_backport.patch
1 --- procps-procps/proc/readproc.h~      2011-09-12 14:18:23.000000000 +0200
2 +++ procps-procps/proc/readproc.h       2011-09-15 12:38:14.976931632 +0200
3 @@ -250,6 +250,9 @@
4  // argument is the length of the list (currently only used for lists of user
5  // id's since uid_t supports no convenient termination sentinel.)
6  
7 +// for compatibility with procps 2.0.7
8 +#define PROC_FILLBUG         0x007f /* No idea what we need */
9 +
10  #define PROC_FILLMEM         0x0001 // read statm
11  #define PROC_FILLCOM         0x0002 // alloc and fill in `cmdline'
12  #define PROC_FILLENV         0x0004 // alloc and fill in `environ'
This page took 0.098101 seconds and 3 git commands to generate.