summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-04-12 20:10:15 +0000
committertrasz <trasz@FreeBSD.org>2011-04-12 20:10:15 +0000
commit205b535d3e5cf7fefc69336d661902202d34d3f3 (patch)
tree377262c381456946960d6336a42d1e8e25ee056c /bin/ps/ps.h
parent8dd5170ed6669a28c48c7b913e1d0a969c66b6c6 (diff)
downloadFreeBSD-src-205b535d3e5cf7fefc69336d661902202d34d3f3.zip
FreeBSD-src-205b535d3e5cf7fefc69336d661902202d34d3f3.tar.gz
Get rid of DSIZ; instead just call the sizing function if provided.
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index ddaebed..b1e9d9b 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -62,12 +62,11 @@ typedef struct var {
#define COMM 0x01 /* needs exec arguments and environment (XXX) */
#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 *);
- /* sizing routine*/
+ /* sizing routine */
int (*sproc)(struct kinfo *);
short width; /* printing width */
/*
OpenPOWER on IntegriCloud