summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index 2fd10de..6d84697 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -59,6 +59,7 @@ typedef struct var {
#define LJUST 0x02 /* left adjust on output (trailing blanks) */
#define USER 0x04 /* needs user structure */
#define DSIZ 0x08 /* field size is dynamic*/
+#define INF127 0x10 /* values >127 displayed as 127 */
u_int flag;
/* output routine */
void (*oproc)(struct kinfo *, struct varent *);
OpenPOWER on IntegriCloud