#include "../include/nls.h"
#include "../proc/escape.h"
-// --- <pids> interface begin |||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface begin ||||||||||||||||||||||||||||||||||||||||||||
// -----------------------------------------------------------------------
#include <proc/pids.h>
#define __GLIBC_MINOR__ -1
#endif
-// --- <pids> interface begin |||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface begin ||||||||||||||||||||||||||||||||||||||||||||
// -----------------------------------------------------------------------
struct procps_pidsinfo *Pids_info = NULL; // our required <pids> context
enum pids_item *Pids_items; // allocated as PIDSITEMS
makREL(extra)
makREL(noop)
// -----------------------------------------------------------------------
-// --- <pids> interface end |||||||\||||||||||||||||||||||||||||||||||||||
+// --- <pids> interface end ||||||||||||||||||||||||||||||||||||||||||||||
static const char * saved_personality_text = "You found a bug!";
/* there are about 211 listed */
/* Many of these are placeholders for unsupported options. */
static const format_struct format_array[] = { /*
- .spec .head .pr .sr width .vendor .flags */
+ .spec .head .pr .sr .width .vendor .flags */
{"%cpu", "%CPU", pr_pcpu, PROCPS_PIDS_extra, 4, BSD, ET|RIGHT}, /*pcpu*/
{"%mem", "%MEM", pr_pmem, PROCPS_PIDS_VM_RSS, 4, BSD, PO|RIGHT}, /*pmem*/
{"_left", "LLLLLLLL", pr_t_left, PROCPS_PIDS_noop, 8, TST, ET|LEFT},